From 74862d0cc95fb9c0ea61fc0e83b26992e5ffa99b Mon Sep 17 00:00:00 2001 From: Mycroft Date: Fri, 23 Sep 2022 00:52:01 +0100 Subject: [PATCH] tweak(esx_allowlist): Uniform Print --- [esx_addons]/esx_allowlist/server/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[esx_addons]/esx_allowlist/server/main.lua b/[esx_addons]/esx_allowlist/server/main.lua index 035aeec2..397716e0 100644 --- a/[esx_addons]/esx_allowlist/server/main.lua +++ b/[esx_addons]/esx_allowlist/server/main.lua @@ -46,7 +46,7 @@ end) ESX.RegisterCommand('alrefresh', 'admin', function(xPlayer, args) loadAllowList() - print('[esx_allowlist] Allowlist Refreshed!') + print('[^2INFO^7] Allowlist ^5Refreshed^7!') end, true, {help = _U('help_allowlist_load')}) ESX.RegisterCommand('aladd', 'admin', function(xPlayer, args, showError)