Add some Admin Commands

This commit is contained in:
xSprite
2018-09-24 14:52:32 +02:00
parent 5ed81d4d1e
commit e3bd609d71
3 changed files with 285 additions and 9 deletions

View File

@@ -20,7 +20,6 @@ namespace reallife_gamemode.Server.Events
[ServerEvent(Event.PlayerSpawn)]
public void OnPlayerSpawn(Client player)
{
}
}
}