Updated unavailable_functions to not call an unavailable function.

This commit is contained in:
Kyzentun
2014-04-26 23:46:37 -06:00
parent bea5f1cef9
commit e201484930
+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})