Merge pull request #653 from Citadel-Station-13/upstream-merge-26676

[MIRROR] Fix SDQL vars again
This commit is contained in:
LetterJay
2017-05-01 07:59:42 -05:00
committed by GitHub

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] == ".")