fix gamedata.json, and multirooms crashing the entire server

This commit is contained in:
SilicaAndPina 2021-02-04 13:58:57 +13:00
parent 8a3675ec3d
commit 1916d20031
2 changed files with 4 additions and 1 deletions

View file

@ -2691,6 +2691,9 @@ namespace HISP.Server
return;
}
Logger.DebugPrint(sender.LoggedinUser.Username + " Clicked on tile: " + Map.GetTileId(x, y, false).ToString() + "(overlay: " + Map.GetTileId(x, y, true).ToString() + " at " + x.ToString() + "," + y.ToString());
// Get description of tile
string returnedMsg = Messages.NothingInterestingHere;
if(World.InSpecialTile(x, y))