Skip to content

Commit

Permalink
Merge pull request #1534 from Vdauphin/Vdauphin-patch-1
Browse files Browse the repository at this point in the history
FIX: Remove comment about turn off option for auto restart
  • Loading branch information
Vdauphin authored Nov 21, 2023
2 parents e1105a6 + 7b99522 commit 34f5a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/def/param.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Params {
class btc_p_db_autoRestartType { // Auto restart/shutdown server (Must define in server.cfg: serverCommandPassword = "btc_password")
title = __EVAL(format [" %1", localize "STR_BTC_HAM_PARAM_DB_ARESTART"]);
values[]={1,2,3,4};
texts[]={$STR_DISP_MP_DS_RESTART,$STR_BTC_HAM_PARAM_DB_SHUTDOWN,$STR_BTC_HAM_PARAM_DB_SAVERESTART, $STR_BTC_HAM_PARAM_DB_SAVESHUTDOWN}; // texts[]={"Off","Restart", "Shutdown","Save and restart", "Save and shutdown"};
texts[]={$STR_DISP_MP_DS_RESTART,$STR_BTC_HAM_PARAM_DB_SHUTDOWN,$STR_BTC_HAM_PARAM_DB_SAVERESTART, $STR_BTC_HAM_PARAM_DB_SAVESHUTDOWN}; // texts[]={"Restart", "Shutdown","Save and restart", "Save and shutdown"};
default = 4;
};
class btc_p_respawn_title { // << Respawn options >>
Expand Down

0 comments on commit 34f5a56

Please sign in to comment.