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