revert because FSX broke it and wasn't around to answer anyone's questions

This commit is contained in:
AJ Kelly
2011-08-28 19:05:54 -05:00
parent 6bcb24b7a6
commit 3d459b0dba
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -1430,6 +1430,9 @@ HeaderText=Map Controllers
InvalidButton=That key can not be mapped.
%s slots=%s slots
[ScreenMapControllers2]
Add Mapping=Add Mapping
[ScreenNetRoom]
Enter a description for the room:=Enter a description for the room:
Enter a password for the room (blank, no password):=Enter a password for the room (blank, no password):
+3 -3
View File
@@ -321,6 +321,6 @@ for v in ivalues(DisabledScoringModes) do r[v] = nil end
Scoring = {}
setmetatable(Scoring, { __index = function(...) return function(params,pss)
--put any code here that should run before every scoring function
if not GAMESTATE:IsHumanPlayer(params.Player) and type(r[key]) == "function" then
return r[key](...) end
end }
if not GAMESTATE:IsHumanPlayer(params.Player) and type(r[key]) == "function" then
return r[key](...) end
end })