fix assembly mapping error on Linux/Mac (#514)

This commit is contained in:
Jesse Plamondon-Willard 2018-05-16 16:25:29 -04:00
parent 5c1068c30c
commit fae2bc9de5
1 changed files with 1 additions and 2 deletions

View File

@ -125,8 +125,7 @@ namespace StardewModdingAPI
};
targetAssemblies = new[]
{
typeof(Netcode.NetBool).Assembly,
typeof(StardewValley.Game1).Assembly,
typeof(StardewValley.Game1).Assembly, // note: includes Netcode types on Linux/Mac
typeof(Microsoft.Xna.Framework.Vector2).Assembly
};
break;