diff --git a/@ExileServer/addons/a3_dms/config.sqf b/@ExileServer/addons/a3_dms/config.sqf index 3a15b52..87a1bd5 100644 --- a/@ExileServer/addons/a3_dms/config.sqf +++ b/@ExileServer/addons/a3_dms/config.sqf @@ -6,7 +6,7 @@ */ // If you're gonna make any changes to DMS functions and/or create any new missions, it's a good idea to enable this :) -DMS_DEBUG = true; +DMS_DEBUG = false; diff --git a/Pre-Packed PBO/a3_dms.pbo b/Pre-Packed PBO/a3_dms.pbo index 790d103..aa9365c 100644 Binary files a/Pre-Packed PBO/a3_dms.pbo and b/Pre-Packed PBO/a3_dms.pbo differ diff --git a/README.md b/README.md index 86b91ea..0517969 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ if (!hasInterface && !isServer) then ## Changelog: -#### September 5, 2015 (12:00 AM CST-America): +#### September 5, 2015 (1:00 AM CST-America): * Created new function "DMS_fnc_IsPlayerNearby" to replace "ExileServer_util_position_isPlayerNearby". * Fix IR Strobes spawning inside the crate and not appearing.