diff --git a/sku.0/sys.server/compiled/game/script/library/utils.java b/sku.0/sys.server/compiled/game/script/library/utils.java index 3e668f841..9f1394e12 100755 --- a/sku.0/sys.server/compiled/game/script/library/utils.java +++ b/sku.0/sys.server/compiled/game/script/library/utils.java @@ -5914,6 +5914,9 @@ public class utils extends script.base_script if (novendor && hasScript(item, "terminal.vendor")) { continue; } + if (hasScript(item, "terminal.terminal_structure")){ + continue; + } if (!canTrade(item)) { return item; } else if (utils.isContainer(item)) {