mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-07 18:14:01 +00:00
Fix wrong check for full version
This commit is contained in:
parent
c963c961a0
commit
444908d22f
@ -11,6 +11,6 @@ if (options.embed) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Allow testing full version outside of standalone
|
// Allow testing full version outside of standalone
|
||||||
if (options.fullVersion && !G_IS_PROD) {
|
if (options.fullVersion && !G_IS_RELEASE) {
|
||||||
queryParamOptions.fullVersion = true;
|
queryParamOptions.fullVersion = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user