Fix Spec4

This commit is contained in:
VegaZ
2021-05-05 00:21:07 +02:00
parent fe0d909bb1
commit 93a2ec9402
2 changed files with 8 additions and 4 deletions

View File

@@ -356,7 +356,7 @@ namespace ReallifeGamemode.Server.Extensions
}
bool duty = user.GetData<bool>("duty");
bool adminUnshow = user.GetData<bool>("adminUnshow");
bool adminUnshow = player.GetData<bool>("adminUnshow");
if (adminUnshow)
{