Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit 845d2c0

Browse files
committed
fix(ProtectorChest): disable Protector Chests by default
In issue #64, DummyChestIndex was removed from the ChestOpen packet. This may cause some issues with Protector Chests's handling
1 parent 6b42e0b commit 845d2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tshock/Protector/Config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
Use /protectioninfo to check whether a chest is stored by the world or Protector. Don't get confused here, chests must not be protected
205205
at all to be stored by Protector, /pi is just the only way to display this info for the sake of developer laziness.
206206
-->
207-
<MaxProtectorChests>500</MaxProtectorChests>
207+
<MaxProtectorChests>0</MaxProtectorChests>
208208

209209
<!--
210210
The amount of SEconomy money to pay for setting up a trade chest.

0 commit comments

Comments
 (0)