mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
loadgrid no fail (#6169)
* yoink unneeded map check * yarr * command line feedback
This commit is contained in:
@@ -102,8 +102,8 @@ namespace Robust.Server.Console.Commands
|
||||
var sys = _system.GetEntitySystem<SharedMapSystem>();
|
||||
if (!sys.MapExists(mapId))
|
||||
{
|
||||
shell.WriteError("Target map does not exist.");
|
||||
return;
|
||||
shell.WriteError($"MapID {intMapId} did not exist, creating without map init");
|
||||
sys.CreateMap(mapId, false); // doesnt runmapinit to be conservative.
|
||||
}
|
||||
|
||||
Vector2 offset = default;
|
||||
|
||||
Reference in New Issue
Block a user