mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix loadbp on paused maps (#1531)
Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -129,6 +129,14 @@ namespace Robust.Server.Maps
|
||||
entity.RunMapInit();
|
||||
}
|
||||
}
|
||||
|
||||
if (_pauseManager.IsMapPaused(mapId))
|
||||
{
|
||||
foreach (var entity in context.Entities)
|
||||
{
|
||||
entity.Paused = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return grid;
|
||||
|
||||
Reference in New Issue
Block a user