remove wrong isServer check

This commit is contained in:
commy2 2015-09-26 16:32:29 +02:00
parent 5425836e47
commit b1fb7befe8

View File

@ -17,8 +17,6 @@
*/
#include "script_component.hpp"
if (!isServer) exitWith {};
params ["_logic", "_units", "_activated"];
if !(_activated) exitWith {};