Rename main world scene

This commit is contained in:
Vortrex
2023-02-22 05:26:53 -06:00
parent 8e11b9337b
commit ac397a9011

View File

@@ -3208,7 +3208,7 @@ function fillLeadingZeros(number, length) {
// ===========================================================================
function isMainWorldScene(sceneName) {
return (sceneName == "v.rp.mainWorldScene");
return (sceneName == "V.RP.MAINWORLD");
}
// ===========================================================================