diff --git a/mods/char-select-cjes-and-vl/a-constants.lua b/mods/char-select-cjes-and-vl/a-constants.lua index 2c2e5219..84a3a77c 100644 --- a/mods/char-select-cjes-and-vl/a-constants.lua +++ b/mods/char-select-cjes-and-vl/a-constants.lua @@ -4,7 +4,7 @@ if not _G.charSelectExists then if not first then first = true play_sound(SOUND_MENU_CAMERA_BUZZ, gGlobalSoundSource) - djui_chat_message_create("\\#ffffa0\\Extra Characters requires Character Select to be enabled.\nPlease rehost with it enabled.") + djui_chat_message_create("\\#ffffa0\\[CS] VL-Tone & Cjes Luigi requires Character Select to be enabled.\nPlease rehost with it enabled.") end end) return @@ -13,4 +13,4 @@ end MOD_VERSION = "v4.1" E_MODEL_VL = smlua_model_util_get_id("vl_geo") -E_MODEL_CJES = smlua_model_util_get_id("cjes_geo") \ No newline at end of file +E_MODEL_CJES = smlua_model_util_get_id("cjes_geo")