Misc cleanup

This commit is contained in:
hondacrx
2024-01-30 09:24:45 -05:00
parent 29a34bbf5d
commit 56eefeb54b
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -2591,7 +2591,7 @@ namespace Game.Maps
}
break;
case TypeId.GameObject:
GameObject gameObject = obj.ToGameObject(); ;
GameObject gameObject = obj.ToGameObject();
if (gameObject != null && gameObject.GetSpawnId() != 0)
{
respawnLocation = new();