summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-14 01:36:43 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-14 01:36:43 -0500
commit15acbc8f230dd2c4ba394960cdcc12a22a831bbf (patch)
treed46a0b646eb8a9248f91af345e0284bc7ecf1fce /src/SMAPI/StardewModdingAPI.csproj
parent8e1d45b3100453a11bcdf663d3567935c592098c (diff)
downloadSMAPI-15acbc8f230dd2c4ba394960cdcc12a22a831bbf.tar.gz
SMAPI-15acbc8f230dd2c4ba394960cdcc12a22a831bbf.tar.bz2
SMAPI-15acbc8f230dd2c4ba394960cdcc12a22a831bbf.zip
patch GalaxyNetServer to support context sync pending game code changes to make it public (#480)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 29c9f7fa..f16087bc 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -182,7 +182,6 @@
<Compile Include="Framework\Networking\RemoteContextModel.cs" />
<Compile Include="Framework\Networking\RemoteContextModModel.cs" />
<Compile Include="Framework\Networking\SGalaxyNetClient.cs" />
- <Compile Include="Framework\Networking\SGalaxyNetServer.cs" />
<Compile Include="Framework\Networking\SLidgrenClient.cs" />
<Compile Include="Framework\Networking\SLidgrenServer.cs" />
<Compile Include="Framework\SCore.cs" />
@@ -325,6 +324,7 @@
<Compile Include="Metadata\InstructionMetadata.cs" />
<Compile Include="Mod.cs" />
<Compile Include="Patches\DialogueErrorPatch.cs" />
+ <Compile Include="Patches\GalaxyNetServerPatch.cs" />
<Compile Include="Patches\LidgrenServerPatch.cs" />
<Compile Include="PatchMode.cs" />
<Compile Include="GamePlatform.cs" />