Rename GridId.Nullspace to GridId.Invalid, because it has nothing to do with Nullspace anymore.

This commit is contained in:
Acruid
2019-12-29 18:02:02 -08:00
parent 58d0a771e8
commit 37aee07596
10 changed files with 28 additions and 20 deletions

View File

@@ -561,7 +561,7 @@ namespace Robust.Server.Maps
{
if (node.AsString() == "null")
{
obj = GridId.Nullspace;
obj = GridId.Invalid;
return true;
}