platform update

This commit is contained in:
RandomityGuy 2023-10-08 14:45:47 +05:30
parent 122b3aa2bc
commit 67c206e339

View file

@ -447,15 +447,6 @@ class Util {
}
public static function getPlatform() {
#if js
return js.Browser.navigator.platform;
#end
#if hl
#if MACOS_BUNDLE
return "MacOS";
#else
return "Windows";
#end
#end
return "Android";
}
}