Update SS14 for grid contraction (#4452)
* Update SS14 for grid contraction * Remove more dummy chunks
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user