tweak(esx_allowlist): Uniform Print

This commit is contained in:
Mycroft
2022-09-23 00:52:01 +01:00
parent 5554ea97e3
commit 74862d0cc9
+1 -1
View File
@@ -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)