Fixed changing realms. Temp fix till i can come up with a better way.

This commit is contained in:
hondacrx
2017-06-29 17:40:20 -04:00
parent 58aac94c93
commit c89fbd8ae5
7 changed files with 253 additions and 172 deletions
+2 -2
View File
@@ -50,7 +50,7 @@
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="Google.Protobuf">
@@ -191,7 +191,7 @@
<Compile Include="Scenarios\Scenario.cs" />
<Compile Include="Scenarios\ScenarioManager.cs" />
<Compile Include="Services\GameUtilitiesService.cs" />
<Compile Include="Services\ServiceManager.cs" />
<Compile Include="Services\ServiceDispatcher.cs" />
<Compile Include="Text\ChatTextBuilder.cs" />
<Compile Include="Chat\CommandAttribute.cs" />
<Compile Include="Chat\CommandHandler.cs" />