Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9972 for code/trunk/data


Ignore:
Timestamp:
Jan 4, 2014, 2:28:19 PM (10 years ago)
Author:
jo
Message:

Something went wrong. I will correct the error later. So far just this patch.

File:
1 edited

Legend:

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

    r9970 r9972  
    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.