Initial Commit for user-backend, preparing several systems
This commit is contained in:
@@ -44,6 +44,7 @@ namespace reallife_gamemode.Server.Events
|
||||
|
||||
player.SetData("isLoggedIn", true);
|
||||
player.TriggerEvent("draw");
|
||||
player.Position = new Vector3(user.PositionX, user.PositionY, user.PositionZ);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user