Merge pull request #26676 from Cyberboss/patch-56

Fix SDQL vars again
This commit is contained in:
Leo
2017-04-29 18:35:36 -03:00
committed by GitHub
+1 -1
View File
@@ -456,7 +456,7 @@
v = GLOB
else
return null
else if(object == world) // Shitty ass hack kill me.
else if(object == GLOB) // Shitty ass hack kill me.
v = expression[start]
if(long)
if(expression[start + 1] == ".")