From d144c19127bd0116b7897a7f9943204c5a1e0221 Mon Sep 17 00:00:00 2001 From: He-Man Date: Sun, 18 Mar 2018 23:06:28 +0100 Subject: [PATCH] Traps always need to be destructible Not needed for function, but for removing from DB --- Server_Install_Pack/@epochhive/epochconfig.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp index 477f8f73..ffb564dd 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -90,6 +90,8 @@ forceRestartTime = 14400; // 4 hour restarts "Safe_EPOCH" }; ExceptedBaseObjects[] = { // Not Indestructible, also if in a Class of IndestructibleBaseObjects + "Spike_TRAP_EPOCH", + "Metal_TRAP_EPOCH", "CinderWallGarage_EPOCH", "WoodLargeWallDoorL_EPOCH", "WoodLargeWallDoor_EPOCH",