change milsim_respawn to milsim_reinsert
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
//---------------------
|
||||
// Respawn Settings
|
||||
[
|
||||
"milsim_respawn_setting_reinsertion_enabled", // variable
|
||||
"milsim_reinsert_setting_reinsertion_enabled", // variable
|
||||
"CHECKBOX", // type
|
||||
["Enabled", "Whether or not players can file for reinsert and pilots can check the reinsert queue"], // title
|
||||
["17th Battalion", "Re-insert Queue"], // category
|
||||
@@ -142,7 +142,7 @@
|
||||
[
|
||||
[
|
||||
"setting",
|
||||
"milsim_respawn_setting_reinsertion_enabled"
|
||||
"milsim_reinsert_setting_reinsertion_enabled"
|
||||
],
|
||||
["newValue", _value]
|
||||
]
|
||||
@@ -151,7 +151,7 @@
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
"milsim_respawn_setting_reinsertion_maxRangeToReady", // variable
|
||||
"milsim_reinsert_setting_reinsertion_maxRangeToReady", // variable
|
||||
"SLIDER", // type
|
||||
["Max Request Filing Range", "Maximum distance from a respawn point a player can be to ready up"], // title
|
||||
["17th Battalion", "Re-insert Queue"], // category
|
||||
@@ -165,7 +165,7 @@
|
||||
[
|
||||
[
|
||||
"setting",
|
||||
"milsim_respawn_setting_reinsertion_maxRangeToReady"
|
||||
"milsim_reinsert_setting_reinsertion_maxRangeToReady"
|
||||
],
|
||||
["newValue", _value]
|
||||
]
|
||||
@@ -174,7 +174,7 @@
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
"milsim_respawn_setting_reinsertion_pilotForcedCheckEnabled", // variable
|
||||
"milsim_reinsert_setting_reinsertion_pilotForcedCheckEnabled", // variable
|
||||
"CHECKBOX", // type
|
||||
["Enabled", "Whether or not pilots are forced to view the contents of the reinsertion queue per interval"], // title
|
||||
["17th Battalion", "Re-insert Queue"], // category
|
||||
@@ -188,7 +188,7 @@
|
||||
[
|
||||
[
|
||||
"setting",
|
||||
"milsim_respawn_setting_reinsertion_pilotForcedCheckEnabled"
|
||||
"milsim_reinsert_setting_reinsertion_pilotForcedCheckEnabled"
|
||||
],
|
||||
["newValue", _value]
|
||||
]
|
||||
@@ -197,7 +197,7 @@
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
"milsim_respawn_setting_reinsertion_pilotForcedCheckInterval", // variable
|
||||
"milsim_reinsert_setting_reinsertion_pilotForcedCheckInterval", // variable
|
||||
"TIME", // type
|
||||
["Pilot Forced Check Interval", "Pilots will be force shown the queue if they haven't checked it in X seconds"], // title
|
||||
["17th Battalion", "Re-insert Queue"], // category
|
||||
@@ -211,7 +211,7 @@
|
||||
[
|
||||
[
|
||||
"setting",
|
||||
"milsim_respawn_setting_reinsertion_pilotForcedCheckInterval"
|
||||
"milsim_reinsert_setting_reinsertion_pilotForcedCheckInterval"
|
||||
],
|
||||
["newValue", _value]
|
||||
]
|
||||
@@ -220,7 +220,7 @@
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
"milsim_respawn_setting_reinsertion_max_wait", // variable
|
||||
"milsim_reinsert_setting_reinsertion_max_wait", // variable
|
||||
"TIME", // type
|
||||
["Max Wait Threshold", "How long should at least one person be waiting before prompting a global notification."], // title
|
||||
["17th Battalion", "Re-insert Queue"], // category
|
||||
@@ -234,7 +234,7 @@
|
||||
[
|
||||
[
|
||||
"setting",
|
||||
"milsim_respawn_setting_reinsertion_max_wait"
|
||||
"milsim_reinsert_setting_reinsertion_max_wait"
|
||||
],
|
||||
["newValue", _value]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user