update build tools

This commit is contained in:
2022-09-02 13:32:39 +03:00
parent 374cba508a
commit 7e3cc9071e
4 changed files with 13 additions and 4 deletions

View File

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

View File

@ -68,7 +68,7 @@ private static function bool IsUID(String ID, E_LogLevel LogLevel)
{
`Log_TraceStatic();
return (Locs(Left(ID, 2)) ~= "0x");
return (Left(ID, 2) ~= "0x");
}
private static function bool AnyToUID(OnlineSubsystem OS, String ID, out UniqueNetId UID, E_LogLevel LogLevel)