This commit is contained in:
2021-04-06 18:18:52 +02:00
parent 5ebdbb67ca
commit 62cde419f9
4 changed files with 4 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ namespace ReallifeGamemode.Server.Events
[RemoteEvent("CLIENT:SET_InFrontOfPos")]
public void SetFrontOfPos(Player player, Vector3 pos)
{
player.SetSharedData("InFrontOf", pos);
player.SetData("InFrontOf", pos);
}
}
}