Add some Admin Commands

This commit is contained in:
xSprite
2018-09-24 14:52:32 +02:00
parent af8c16d03d
commit 56ab0f7f1a
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)
{
}
}
}