Quantcast

Add missing upvalue for "tostring".

Johnny C. Lam [12-18-14 - 10:51]
Add missing upvalue for "tostring".
Filename
conditions.lua
diff --git a/conditions.lua b/conditions.lua
index 540cb1d..902d974 100644
--- a/conditions.lua
+++ b/conditions.lua
@@ -28,6 +28,7 @@ local floor = math.floor
 local ipairs = ipairs
 local pairs = pairs
 local tonumber = tonumber
+local tostring = tostring
 local type = type
 local wipe = wipe
 local API_GetBuildInfo = GetBuildInfo