diff --git a/catGifts/ModEntry.cs b/catGifts/ModEntry.cs index 778d648..fc4c84e 100644 --- a/catGifts/ModEntry.cs +++ b/catGifts/ModEntry.cs @@ -320,7 +320,7 @@ public void Warped(object sender, EventArgs e) // Spawn gift // Remove old gift if there's still one on the floor - OverlaidDictionary obs = Game1.getLocationFromName("Farm").Objects; + var obs = Game1.getLocationFromName("Farm").Objects; Vector2 spawnPos = new Vector2(x, y + 1); for(int i=0; i obs = Game1.getLocationFromName("Farm").Objects; + var obs = Game1.getLocationFromName("Farm").Objects; Vector2 spawnPos = new Vector2(tile.X, tile.Y); for (int i = 0; i < obs.Count(); i++) diff --git a/catGifts/catGifts.csproj b/catGifts/catGifts.csproj index 6eb1992..ff7e1e3 100644 --- a/catGifts/catGifts.csproj +++ b/catGifts/catGifts.csproj @@ -22,6 +22,7 @@ DEBUG;TRACE prompt 4 + x86 pdbonly @@ -54,15 +55,9 @@ - + + 2.2.0 + - - - - - Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". - - - \ No newline at end of file diff --git a/catGifts/packages.config b/catGifts/packages.config index d798813..af793ad 100644 --- a/catGifts/packages.config +++ b/catGifts/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file