pop4959 / Bolt

Modern protection solution for individual blocks and entities
GNU General Public License v3.0
50 stars 7 forks source link

Allow bolt admin cleanup to run multiple times #124

Closed rymiel closed 8 months ago

rymiel commented 8 months ago

The command /bolt admin cleanup uses a Semaphore internally. When running them command, it will acquire all permits at the end to wait for the command to finish. But it never releases those.

This patch makes the command release the permits it acquired.