mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Rename GridId.Nullspace to GridId.Invalid, because it has nothing to do with Nullspace anymore.
This commit is contained in:
@@ -561,7 +561,7 @@ namespace Robust.Server.Maps
|
||||
{
|
||||
if (node.AsString() == "null")
|
||||
{
|
||||
obj = GridId.Nullspace;
|
||||
obj = GridId.Invalid;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user