From 6db0c3380fa387bac81c51efe1db9bddfeaa7339 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Fri, 11 Nov 2016 14:54:23 -0500 Subject: [PATCH] Remove unneeded isServer check Missed one from 88870a6 --- SQF/dayz_code/system/mission/chernarus/poi/Twains.sqf | 2 -- 1 file changed, 2 deletions(-) diff --git a/SQF/dayz_code/system/mission/chernarus/poi/Twains.sqf b/SQF/dayz_code/system/mission/chernarus/poi/Twains.sqf index b6d5a51f7..3b13f77bb 100644 --- a/SQF/dayz_code/system/mission/chernarus/poi/Twains.sqf +++ b/SQF/dayz_code/system/mission/chernarus/poi/Twains.sqf @@ -13,7 +13,6 @@ * Mr.Weegley - http://opendayz.net/members/mr-weegley.14613/ */ -if (isServer) then { { @@ -3408,4 +3407,3 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner _this setPos [7156.41,3177.2,0]; }; processInitCommands; -};