From a15079063052a3ef5f7d3f9f7d292dbe70dba978 Mon Sep 17 00:00:00 2001 From: Anand Capur Date: Thu, 25 Jul 2019 18:43:35 -0400 Subject: [PATCH] update insurgency steam app id (closes #1602) Co-authored-by: Richard Moore --- database/seeds/eggs/source-engine/egg-insurgency.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/database/seeds/eggs/source-engine/egg-insurgency.json b/database/seeds/eggs/source-engine/egg-insurgency.json index 4e3df4a8e..950743fdd 100644 --- a/database/seeds/eggs/source-engine/egg-insurgency.json +++ b/database/seeds/eggs/source-engine/egg-insurgency.json @@ -27,10 +27,10 @@ "name": "Game ID", "description": "The ID corresponding to the game to download and run using SRCDS.", "env_variable": "SRCDS_APPID", - "default_value": "17705", + "default_value": "237410", "user_viewable": 1, "user_editable": 0, - "rules": "required|regex:\/^(17705)$\/" + "rules": "required|regex:\/^(237410)$\/" }, { "name": "Game Name", @@ -51,4 +51,4 @@ "rules": "required|regex:\/^(\\w{1,20})$\/" } ] -} \ No newline at end of file +}