cleanup debug

This commit is contained in:
PabstMirror 2015-03-27 23:26:41 -05:00
parent aa5a580645
commit 4e4834974a
2 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@
if (isMultiplayer && {!isServer} && {hasInterface}) then {
private "_logic";
_logic = createGroup sideLogic createUnit ["Logic", [0,0,0], [], 0, "NONE"];
systemChat "requesting markers";
[QGVAR(sendMarkersJIP), [_logic]] call EFUNC(common,serverEvent);
};

View File

@ -54,8 +54,6 @@
if (_mapIDD == -1) exitWith {ERROR("No Map?");};
if (!(_mapIDD in GVAR(mapDisplaysWithDrawEHs))) then {
GVAR(mapDisplaysWithDrawEHs) pushBack _mapIDD;
systemChat str _mapIDD;
systemChat str ((finddisplay _mapIDD) displayctrl 51);
((finddisplay _mapIDD) displayctrl 51) ctrlAddEventHandler ["Draw", {_this call FUNC(mapDrawEH)}];
};