Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 29, 2013, 8:06:44 PM (10 years ago)
Author:
jo
Message:

Adding most of the changes that were proposed in the release2012 branch.

File:
1 edited

Legend:

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

    r9939 r9941  
    3333    table.insert(P.commandList, "UnderAttack gameTime_")
    3434    table.insert(P.commandList, "TeamDeathmatch teams_")
     35    table.insert(P.commandList, "TeamDeathmatch maxScore_")
    3536    table.insert(P.commandList, "HumanPlayer nick_")
    3637    table.insert(P.commandList, "ChatOverlay displayTime_")
     
    5657    table.insert(P.nameList, "UnderAttack: game time")
    5758    table.insert(P.nameList, "TeamDeathmatch: Number of teams")
     59    table.insert(P.nameList, "TeamDeathmatch: Score needed to end the game")
    5860    table.insert(P.nameList, "Playername")
    5961    table.insert(P.nameList, "Chat: display time")
Note: See TracChangeset for help on using the changeset viewer.