This commit is contained in:
VegaZ
2021-05-05 00:06:23 +02:00
parent 11b10ccadf
commit f3d2f8fd87

View File

@@ -1829,7 +1829,7 @@ namespace ReallifeGamemode.Server.Commands
else
{
currentStatus = !currentStatus;
user.SetData("adminUnshow", currentStatus);
player.SetData("adminUnshow", currentStatus);
player.TriggerEvent("SERVER:ADMIN_STOP_SPECTATE");
player.SafeTeleport(player.GetData<Vector3>("specPosition"));
}