Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9977 for code/trunk/data


Ignore:
Timestamp:
Jan 4, 2014, 9:42:47 PM (10 years ago)
Author:
jo
Message:

So far so good. Unfortunately I did not figure out what is wrong with the timer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/gui/scripts/MiscConfigMenu.lua

    r9972 r9977  
    3030    table.insert(P.commandList, "Gametype initialStartCountdown_")
    3131    table.insert(P.commandList, "Gametype bAutoStart_")
    32     --table.insert(P.commandList, "Gametype bAutoEnd_")
     32    table.insert(P.commandList, "Gametype bAutoEnd_")
    3333    table.insert(P.commandList, "Gametype numberOfBots_")
    3434    table.insert(P.commandList, "UnderAttack gameTime_")
     
    5555    table.insert(P.nameList, "Start countdown")
    5656    table.insert(P.nameList, "Autostart")
    57     --table.insert(P.nameList, "Autoend")
     57    table.insert(P.nameList, "Autoend")
    5858    table.insert(P.nameList, "Number of Bots")
    5959    table.insert(P.nameList, "UnderAttack: game time")
Note: See TracChangeset for help on using the changeset viewer.