Merge pull request #142 from kyzentun/unavailable_fix

Updated unavailable_functions to not call an unavailable function.
This commit is contained in:
Colby Klein
2014-04-27 02:20:17 -07:00
+1 -1
View File
@@ -2,4 +2,4 @@
Scoring={}
setmetatable(Scoring,{__index=function() return function() Log("Lua scoring unimplemented") end end})
setmetatable(Scoring,{__index=function() return function() Warn("Lua scoring unimplemented") end end})