1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00
This commit is contained in:
tobspr 2022-06-09 10:06:18 +02:00
parent 959a365de6
commit 45331dc650

View File

@ -10,6 +10,6 @@ if (options.embed) {
queryParamOptions.embedProvider = options.embed;
}
if (options.abt) {
if (options.abtVariant) {
queryParamOptions.abtVariant = options.abtVariant;
}