mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Trading - Fixed an issue with No Trade labeled items
This commit is contained in:
@@ -202,8 +202,7 @@ public class TradeService implements INetworkDispatch{
|
||||
}
|
||||
|
||||
else {
|
||||
|
||||
if (objectToTrade.getIntAttribute("no_trade") == 1) {
|
||||
if(objectToTrade.getAttributes().toString().contains("no_trade")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user