mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-16 22:31:03 -08:00
Fix wrong check for full version
This commit is contained in:
parent
c963c961a0
commit
444908d22f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ if (options.embed) {
|
|||
}
|
||||
|
||||
// Allow testing full version outside of standalone
|
||||
if (options.fullVersion && !G_IS_PROD) {
|
||||
if (options.fullVersion && !G_IS_RELEASE) {
|
||||
queryParamOptions.fullVersion = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue