From 2fe0144fbc293452baa4276397a12394535dde0c Mon Sep 17 00:00:00 2001 From: Brett Nordin Date: Sun, 26 Mar 2017 13:34:13 -0600 Subject: [PATCH] Changed Noob Filter Spam --- .../ExileServer_system_process_noobFilter.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/Exile Mission File/Exile_Server_Overrides/ExileServer_system_process_noobFilter.sqf b/Exile Mission File/Exile_Server_Overrides/ExileServer_system_process_noobFilter.sqf index 4c26993..43c28a0 100644 --- a/Exile Mission File/Exile_Server_Overrides/ExileServer_system_process_noobFilter.sqf +++ b/Exile Mission File/Exile_Server_Overrides/ExileServer_system_process_noobFilter.sqf @@ -39,6 +39,7 @@ _weaponClassNames = []; forEach _arsenal; if ((count _weaponClassNames) > 0) then { + "Exile Trader/Loottable Config Warning!" call ExileServer_util_log; "You have weapons in your loot tables that spawn with attachments!" call ExileServer_util_log; "This will allow duping and money farming!" call ExileServer_util_log; "To solve this, please remove the following weapons from your loot tables and trader config OR replace them with their non-attachment equivalent:" call ExileServer_util_log;