Pārlūkot izejas kodu

Merge pull request #904 from marvinl97/master

Corrected the order of game mode variables to match the table in order to prevent user mistakes.
UltimateByte 10 gadi atpakaļ
vecāks
revīzija
1ab93560f7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      CounterStrikeGlobalOffensive/csgoserver

+ 1 - 1
CounterStrikeGlobalOffensive/csgoserver

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