[HOTFIX] Set Spawn dimension
This commit is contained in:
@@ -27,6 +27,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
//player.SetSharedData("vehicleAdminSpeed2", 1.0);
|
||||
player.SetData("isLoggedIn", false);
|
||||
player.SafeTeleport(new Vector3(-1883.736, -781.4911, -10));
|
||||
player.Dimension = (uint)(player.Handle.Value + 1);
|
||||
|
||||
bool registered = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user