We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704e05f commit a150790Copy full SHA for a150790
database/seeds/eggs/source-engine/egg-insurgency.json
@@ -27,10 +27,10 @@
27
"name": "Game ID",
28
"description": "The ID corresponding to the game to download and run using SRCDS.",
29
"env_variable": "SRCDS_APPID",
30
- "default_value": "17705",
+ "default_value": "237410",
31
"user_viewable": 1,
32
"user_editable": 0,
33
- "rules": "required|regex:\/^(17705)$\/"
+ "rules": "required|regex:\/^(237410)$\/"
34
},
35
{
36
"name": "Game Name",
@@ -51,4 +51,4 @@
51
"rules": "required|regex:\/^(\\w{1,20})$\/"
52
}
53
]
54
-}
+}
0 commit comments