From b1fb7befe8f480e6b5112b6f5abfaf2473388da7 Mon Sep 17 00:00:00 2001 From: commy2 <commy-2@gmx.de> Date: Sat, 26 Sep 2015 16:32:29 +0200 Subject: [PATCH] remove wrong isServer check --- addons/respawn/functions/fnc_module.sqf | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/respawn/functions/fnc_module.sqf b/addons/respawn/functions/fnc_module.sqf index b37a0a8d91..ea6ba555d5 100644 --- a/addons/respawn/functions/fnc_module.sqf +++ b/addons/respawn/functions/fnc_module.sqf @@ -17,8 +17,6 @@ */ #include "script_component.hpp" -if (!isServer) exitWith {}; - params ["_logic", "_units", "_activated"]; if !(_activated) exitWith {};