fix false "error": "Cant destroy RepInfo"

This commit is contained in:
GenZmeY 2022-08-30 09:56:09 +03:00
parent 9cbe05edfe
commit bf06206445

View File

@ -777,10 +777,7 @@ public function NotifyLogout(Controller C)
{
`Log_Trace();
if (!DestroyRepInfo(C))
{
`Log_Error("Can't destroy RepInfo of:" @ C);
}
DestroyRepInfo(C);
}
public function bool CreateRepInfo(Controller C)