Remove or fix broken Dirty() calls. (#18933)
This commit is contained in:
@@ -34,8 +34,6 @@ namespace Content.Server.Polymorph.Systems
|
||||
var newmap = _mapManager.CreateMap();
|
||||
_mapManager.SetMapPaused(newmap, true);
|
||||
PausedMap = _mapManager.GetMapEntityId(newmap);
|
||||
|
||||
Dirty(PausedMap.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user