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

Commit

Permalink
fix(ProtectorChest): disable Protector Chests by default
Browse files Browse the repository at this point in the history
In issue #64, DummyChestIndex was removed from the ChestOpen packet.
This may cause some issues with Protector Chests's handling
  • Loading branch information
Stealownz committed May 28, 2021
1 parent 6b42e0b commit 845d2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tshock/Protector/Config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
Use /protectioninfo to check whether a chest is stored by the world or Protector. Don't get confused here, chests must not be protected
at all to be stored by Protector, /pi is just the only way to display this info for the sake of developer laziness.
-->
<MaxProtectorChests>500</MaxProtectorChests>
<MaxProtectorChests>0</MaxProtectorChests>

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

0 comments on commit 845d2c0

Please sign in to comment.