small fix

removed hint in antidupe
This commit is contained in:
happydayz 2016-01-14 16:43:52 +11:00
parent 8d4d48e992
commit a1cddaa491

View File

@ -32,7 +32,7 @@ else
{ {
if ((_container getVariable ["ExileIsLocked", 1] isEqualTo -1) || (_container getVariable["antidupe", 1]) isEqualTo -1) then //added revive dupe test -- happdayz if ((_container getVariable ["ExileIsLocked", 1] isEqualTo -1) || (_container getVariable["antidupe", 1]) isEqualTo -1) then //added revive dupe test -- happdayz
{ {
hint "antidupe initiated"; //hint "antidupe initiated";
_cancelEvent = true; _cancelEvent = true;
} }
else else