Skip to content

Commit a150790

Browse files
arcdigitalRichard Moore
andcommitted
update insurgency steam app id (closes pterodactyl#1602)
Co-authored-by: Richard Moore <rmooreau@outlook.com>
1 parent 704e05f commit a150790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

database/seeds/eggs/source-engine/egg-insurgency.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"name": "Game ID",
2828
"description": "The ID corresponding to the game to download and run using SRCDS.",
2929
"env_variable": "SRCDS_APPID",
30-
"default_value": "17705",
30+
"default_value": "237410",
3131
"user_viewable": 1,
3232
"user_editable": 0,
33-
"rules": "required|regex:\/^(17705)$\/"
33+
"rules": "required|regex:\/^(237410)$\/"
3434
},
3535
{
3636
"name": "Game Name",
@@ -51,4 +51,4 @@
5151
"rules": "required|regex:\/^(\\w{1,20})$\/"
5252
}
5353
]
54-
}
54+
}

0 commit comments

Comments
 (0)