2012-07-10 00:35:02 -05:00
|
|
|
--This provides wrappers to prevent themes that used functions that are now unavailable from crashing.
|
|
|
|
|
|
|
|
|
|
Scoring={}
|
|
|
|
|
|
2014-09-15 05:09:27 -06:00
|
|
|
setmetatable(Scoring,{__index=function() return function() lua.ReportScriptError("Lua scoring unimplemented") end end})
|