This commit is contained in:
Fabian
2021-04-19 00:38:36 +02:00
parent d72702951f
commit a56b30c1d5

View File

@@ -538,7 +538,11 @@ namespace ReallifeGamemode.Server.Commands
target.TriggerEvent("jailTime", 0);
targetUser.Wanteds = 0;
PositionManager.cuffPoints.Remove(target);
if (PositionManager.cuffPoints.Contains(player))
{
PositionManager.cuffPoints.Remove(player);
}
targetUser.SetBlipAndNametagColor();