Add camera position on login

This commit is contained in:
Lennart Kampshoff
2018-09-22 00:14:38 +02:00
parent 24a8c975cf
commit 12a5ba79ad
5 changed files with 21 additions and 4 deletions

View File

@@ -20,7 +20,8 @@ namespace reallife_gamemode.Server.Events
[ServerEvent(Event.PlayerConnected)]
public void OnPlayerConnected(Client player)
{
player.Position = new Vector3(-1883.736, -781.4911, -10);
player.FreezePosition = true;
}
}