Spawn show actorsno

This commit is contained in:
Lucca Faria Ferri 2023-02-12 04:36:47 -08:00
parent 1c399545d2
commit 7b214381a1

View File

@ -56,6 +56,6 @@ public class SpawnCommand : CommandGroup
var monster = player.World.SpawnMonster((ActorSno)actorSNO, position); var monster = player.World.SpawnMonster((ActorSno)actorSNO, position);
} }
return $"Spawned {amount} mobs with ActorSNO: {actorSNO}"; return $"Spawned {amount} mobs with ActorSNO: {(ActorSno)actorSNO}";
} }
} }