Spawn show actorsno
This commit is contained in:
parent
1c399545d2
commit
7b214381a1
@ -56,6 +56,6 @@ public class SpawnCommand : CommandGroup
|
||||
var monster = player.World.SpawnMonster((ActorSno)actorSNO, position);
|
||||
}
|
||||
|
||||
return $"Spawned {amount} mobs with ActorSNO: {actorSNO}";
|
||||
return $"Spawned {amount} mobs with ActorSNO: {(ActorSno)actorSNO}";
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
user.block.title