Renamed GridCoordinates.Nullspace to GridCoordinates.InvalidGrid, because it has nothing to do with Nullspace anymore.

This commit is contained in:
Acruid
2019-12-29 18:12:56 -08:00
parent 02a655d005
commit b44ca8df8d
3 changed files with 3 additions and 4 deletions

View File

@@ -482,7 +482,7 @@ namespace Content.Server.GameObjects
if (used != null)
{
interactionSystem.Interaction(Owner, used, slot.ContainedEntity,
GridCoordinates.Nullspace);
GridCoordinates.InvalidGrid);
}
else
{