Cleanup Compiles a bit

This commit is contained in:
Skaronator
2014-02-23 01:29:56 +01:00
parent c284754ace
commit 61e86abe4c
5 changed files with 39 additions and 65 deletions

View File

@@ -1,8 +1,9 @@
private ["_unit","_position"];
_unit = _this select 0;
if (isServer) then {
if (isServer) exitWith {
_unit addEventHandler ["local", {_this call zombie_findOwner}];
} else {
/*} else {
_position = getPosATL _unit;
_unit addEventHandler ["local", {_this call eh_zombieInit}];
*/
};