This commit is contained in:
2022-09-13 05:10:25 +03:00
parent ed92306bd4
commit 62be0d356c
4 changed files with 9 additions and 5 deletions

View File

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