mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
cleanup debug
This commit is contained in:
parent
aa5a580645
commit
4e4834974a
@ -11,7 +11,6 @@
|
|||||||
if (isMultiplayer && {!isServer} && {hasInterface}) then {
|
if (isMultiplayer && {!isServer} && {hasInterface}) then {
|
||||||
private "_logic";
|
private "_logic";
|
||||||
_logic = createGroup sideLogic createUnit ["Logic", [0,0,0], [], 0, "NONE"];
|
_logic = createGroup sideLogic createUnit ["Logic", [0,0,0], [], 0, "NONE"];
|
||||||
systemChat "requesting markers";
|
|
||||||
[QGVAR(sendMarkersJIP), [_logic]] call EFUNC(common,serverEvent);
|
[QGVAR(sendMarkersJIP), [_logic]] call EFUNC(common,serverEvent);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -54,8 +54,6 @@
|
|||||||
if (_mapIDD == -1) exitWith {ERROR("No Map?");};
|
if (_mapIDD == -1) exitWith {ERROR("No Map?");};
|
||||||
if (!(_mapIDD in GVAR(mapDisplaysWithDrawEHs))) then {
|
if (!(_mapIDD in GVAR(mapDisplaysWithDrawEHs))) then {
|
||||||
GVAR(mapDisplaysWithDrawEHs) pushBack _mapIDD;
|
GVAR(mapDisplaysWithDrawEHs) pushBack _mapIDD;
|
||||||
systemChat str _mapIDD;
|
|
||||||
systemChat str ((finddisplay _mapIDD) displayctrl 51);
|
|
||||||
((finddisplay _mapIDD) displayctrl 51) ctrlAddEventHandler ["Draw", {_this call FUNC(mapDrawEH)}];
|
((finddisplay _mapIDD) displayctrl 51) ctrlAddEventHandler ["Draw", {_this call FUNC(mapDrawEH)}];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user