diff --git a/sku.0/sys.server/compiled/game/script/library/player_structure.java b/sku.0/sys.server/compiled/game/script/library/player_structure.java index 1d5d9d025..17128233d 100755 --- a/sku.0/sys.server/compiled/game/script/library/player_structure.java +++ b/sku.0/sys.server/compiled/game/script/library/player_structure.java @@ -277,7 +277,7 @@ public class player_structure extends script.base_script } public static obj_id createTemporaryStructure(obj_id deed, obj_id owner, location loc, int rot, float placementHeight) throws InterruptedException { - if (!isIdValid(deed)) + if (!isIdValid(deed) || !exists(deed) || deed == null || deed == obj_id.NULL_ID) { return null; }