Add Login Security
This commit is contained in:
@@ -20,6 +20,7 @@ namespace reallife_gamemode.Server.Events
|
||||
[ServerEvent(Event.PlayerConnected)]
|
||||
public void OnPlayerConnected(Client player)
|
||||
{
|
||||
player.SetData("isLoggedIn", false);
|
||||
player.Position = new Vector3(-1883.736, -781.4911, -10);
|
||||
player.FreezePosition = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user