Merge pull request #142 from kyzentun/unavailable_fix
Updated unavailable_functions to not call an unavailable function.
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
Scoring={}
|
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})
|
||||||
Reference in New Issue
Block a user