remove Lua scoring for now. Themes don't need to remove Lua scoring code to work, but it won't do anything.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--This provides wrappers to prevent themes that used functions that are now unavailable from crashing.
|
||||
|
||||
Scoring={}
|
||||
|
||||
setmetatable(Scoring,{__index=function() return function() Log("Lua scoring unimplemented") end end})
|
||||
Reference in New Issue
Block a user