handmoney fix
This commit is contained in:
@@ -210,8 +210,13 @@ namespace ReallifeGamemode.Server.Managers
|
||||
//Alle Spieler
|
||||
foreach (Player player in NAPI.Pools.GetAllPlayers())
|
||||
{
|
||||
Vector3 pos = player.Position;
|
||||
User user = player.GetUser(saveAll);
|
||||
if (user == null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Vector3 pos = player.Position;
|
||||
user.PositionX = pos.X;
|
||||
user.PositionY = pos.Y;
|
||||
user.PositionZ = pos.Z;
|
||||
|
||||
Reference in New Issue
Block a user