[Orxonox-commit 5307] r9970 - code/trunk/data/gui/scripts
jo at orxonox.net
jo at orxonox.net
Sat Jan 4 14:15:23 CET 2014
Author: jo
Date: 2014-01-04 14:15:23 +0100 (Sat, 04 Jan 2014)
New Revision: 9970
Modified:
code/trunk/data/gui/scripts/MiscConfigMenu.lua
Log:
Adjusting the Miscellaneaus menu to turn off the auto-end feature.
Modified: code/trunk/data/gui/scripts/MiscConfigMenu.lua
===================================================================
--- code/trunk/data/gui/scripts/MiscConfigMenu.lua 2014-01-04 13:14:06 UTC (rev 9969)
+++ code/trunk/data/gui/scripts/MiscConfigMenu.lua 2014-01-04 13:15:23 UTC (rev 9970)
@@ -29,6 +29,7 @@
table.insert(P.commandList, "LevelManager defaultLevelName_")
table.insert(P.commandList, "Gametype initialStartCountdown_")
table.insert(P.commandList, "Gametype bAutoStart_")
+ table.insert(P.commandList, "Gametype bAutoEnd_")
table.insert(P.commandList, "Gametype numberOfBots_")
table.insert(P.commandList, "UnderAttack gameTime_")
table.insert(P.commandList, "TeamDeathmatch teams_")
@@ -53,6 +54,7 @@
table.insert(P.nameList, "Default level")
table.insert(P.nameList, "Start countdown")
table.insert(P.nameList, "Autostart")
+ table.insert(P.nameList, "Autoend")
table.insert(P.nameList, "Number of Bots")
table.insert(P.nameList, "UnderAttack: game time")
table.insert(P.nameList, "TeamDeathmatch: Number of teams")
More information about the Orxonox-commit
mailing list