Remove unneeded isServer check

Missed one from 88870a6
This commit is contained in:
ebaydayz
2016-11-11 14:54:23 -05:00
parent 88870a6b2a
commit 6db0c3380f

View File

@@ -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;
};