Changeset 9972 for code/trunk/data/gui/scripts
- Timestamp:
- Jan 4, 2014, 2:28:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/gui/scripts/MiscConfigMenu.lua
r9970 r9972 30 30 table.insert(P.commandList, "Gametype initialStartCountdown_") 31 31 table.insert(P.commandList, "Gametype bAutoStart_") 32 table.insert(P.commandList, "Gametype bAutoEnd_")32 --table.insert(P.commandList, "Gametype bAutoEnd_") 33 33 table.insert(P.commandList, "Gametype numberOfBots_") 34 34 table.insert(P.commandList, "UnderAttack gameTime_") … … 55 55 table.insert(P.nameList, "Start countdown") 56 56 table.insert(P.nameList, "Autostart") 57 table.insert(P.nameList, "Autoend")57 --table.insert(P.nameList, "Autoend") 58 58 table.insert(P.nameList, "Number of Bots") 59 59 table.insert(P.nameList, "UnderAttack: game time")
Note: See TracChangeset
for help on using the changeset viewer.