diff --git a/Panel/modules/addonsmanager/server_content_helpers.php b/Panel/modules/addonsmanager/server_content_helpers.php index d1d37760..55e2548f 100644 --- a/Panel/modules/addonsmanager/server_content_helpers.php +++ b/Panel/modules/addonsmanager/server_content_helpers.php @@ -6,10 +6,10 @@ */ if (!defined('SCM_WORKSHOP_SCRIPT_LINUX_DEFAULT')) { - define('SCM_WORKSHOP_SCRIPT_LINUX_DEFAULT', 'generic_steam_workshop_linux.sh'); + define('SCM_WORKSHOP_SCRIPT_LINUX_DEFAULT', 'panel_generated_steamcmd_job'); } if (!defined('SCM_WORKSHOP_SCRIPT_WINDOWS_DEFAULT')) { - define('SCM_WORKSHOP_SCRIPT_WINDOWS_DEFAULT', 'generic_steam_workshop_windows_cygwin.sh'); + define('SCM_WORKSHOP_SCRIPT_WINDOWS_DEFAULT', 'panel_generated_steamcmd_job'); } if (!defined('SCM_WORKSHOP_TARGET_GENERIC_DEFAULT')) { define('SCM_WORKSHOP_TARGET_GENERIC_DEFAULT', '{SERVER_ROOT}/workshop/{MOD_FOLDER}');