Update SS14 for grid contraction (#4452)

* Update SS14 for grid contraction

* Remove more dummy chunks
This commit is contained in:
metalgearsloth
2021-08-23 16:00:17 +10:00
committed by GitHub
parent 3faa0cbd93
commit 4311cec93e
3 changed files with 6 additions and 17 deletions

View File

@@ -224,6 +224,8 @@ namespace Content.Server.AI.Pathfinding
private void HandleTileUpdate(TileRef tile)
{
if (!_mapManager.GridExists(tile.GridIndex)) return;
var node = GetNode(tile);
node.UpdateTile(tile);
}