Просмотр исходного кода

Changed the order of game mode variables

To avoid possible confusion. The old order encouraged the mix up of "gametype" and "gamemode".
Marvin Lehmann 10 лет назад
Родитель
Сommit
4b85a98d09
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      CounterStrikeGlobalOffensive/csgoserver

+ 1 - 1
CounterStrikeGlobalOffensive/csgoserver

@@ -37,8 +37,8 @@ steampass=""
 # Classic Competitive        0            1
 # Classic Competitive        0            1
 # Demolition                 1            1
 # Demolition                 1            1
 # Deathmatch                 1            2
 # Deathmatch                 1            2
-gamemode="0"
 gametype="0"
 gametype="0"
+gamemode="0"
 defaultmap="de_dust2"
 defaultmap="de_dust2"
 mapgroup="random_classic"
 mapgroup="random_classic"
 maxplayers="16"
 maxplayers="16"