platform update

This commit is contained in:
RandomityGuy 2023-10-08 14:43:16 +05:30
parent c091c9172d
commit f0b6171b83

View file

@ -391,15 +391,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";
}
}