mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[s] Fixes datum var hiding (#26027)
* . * Buildmode * SDQL global. now refers to GLOB @kevinz000 * Another SDQL thing * Fix
This commit is contained in:
@@ -528,6 +528,9 @@ GLOBAL_PROTECT(VVpixelmovement)
|
||||
variable = input("Which var?","Var") as null|anything in names
|
||||
if(!variable)
|
||||
return
|
||||
|
||||
if(!O.can_vv_get(variable))
|
||||
return
|
||||
|
||||
var_value = O.vars[variable]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user