Merge branch 'develop' into feature/user-backend

This commit is contained in:
VegaZ
2018-09-24 18:41:11 +02:00
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)
{
}
}
}