From 5575265a000a1869330e64bd9b8fcfc185211307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Thu, 23 Feb 2023 09:05:20 +0100 Subject: [PATCH] Add `check_for_script_updates` option To be implemented --- launch.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launch.cfg b/launch.cfg index c063a80..80deba7 100644 --- a/launch.cfg +++ b/launch.cfg @@ -37,8 +37,8 @@ mem="6000M" # Usefull fot setting rcon password, server port, etc. mc_launchoptions="-nogui" -# If you want to get rid of update notifications, set the below to false -check_for_updates=true +# If you want to get rid of script updates notifications, set the below to false +check_for_script_updates=true # The options below are for advanced users, modification is not needed in most cases # ----------------------------------------------------------------------------------