fix destroy player repinfo

This commit is contained in:
GenZmeY 2022-09-02 16:17:55 +03:00
parent bf06206445
commit fc87924a4d
2 changed files with 3 additions and 3 deletions

View File

@ -815,8 +815,8 @@ public function bool DestroyRepInfo(Controller C)
{
if (RepInfo.Owner == C)
{
RepInfo.SafeDestroy();
RepInfos.RemoveItem(RepInfo);
RepInfo.SafeDestroy();
return true;
}
}
@ -824,7 +824,7 @@ public function bool DestroyRepInfo(Controller C)
return false;
}
DefaultProperties
defaultproperties
{
}

View File

@ -50,7 +50,7 @@ public function NotifyLogout(Controller C)
Super.NotifyLogout(C);
}
DefaultProperties
defaultproperties
{
}