push down 2 lines

This commit is contained in:
[VB]AWOL
2013-10-11 13:07:28 -05:00
parent 474135fcdf
commit 64c9cd1640

View File

@@ -9,7 +9,7 @@ TradeInprogress = true;
// cannot change clothes when another player is nearby // cannot change clothes when another player is nearby
_playerNear = {isPlayer _x} count (player nearEntities ["CAManBase", 12]) > 1; _playerNear = {isPlayer _x} count (player nearEntities ["CAManBase", 12]) > 1;
if(_playerNear) exitWith { TradeInprogress = false; cutText ["Cannot change clothes when another player is nearby." , "PLAIN DOWN"]; }; if(_playerNear) exitWith { TradeInprogress = false; cutText ["\n\nCannot change clothes when another player is nearby." , "PLAIN DOWN"]; };
_item = _this; _item = _this;
call gear_ui_init; call gear_ui_init;