Trading - Fixed an issue with No Trade labeled items

This commit is contained in:
Ziggeh
2013-12-26 07:27:14 +01:00
parent a115c62887
commit 2f8d36ea57
+1 -2
View File
@@ -202,8 +202,7 @@ public class TradeService implements INetworkDispatch{
}
else {
if (objectToTrade.getIntAttribute("no_trade") == 1) {
if(objectToTrade.getAttributes().toString().contains("no_trade")) {
return;
}