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:
Flameshadowxeroshin
2012-07-10 00:35:02 -05:00
parent 26890e5612
commit bffa610fb7
7 changed files with 6 additions and 717 deletions
+5
View File
@@ -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})