Adds POM relocations
All checks were successful
KnarCraft/PaidSigns/pipeline/head This commit looks good

This commit is contained in:
2024-05-03 15:40:12 +02:00
parent 4f3c27e4bd
commit 814a6dc701
2 changed files with 18 additions and 3 deletions

View File

@ -30,7 +30,6 @@ import java.util.logging.Level;
public class SignListener implements Listener {
@EventHandler(priority = EventPriority.LOW)
@SuppressWarnings("unused")
public void onSignChange(SignChangeEvent event) {
if (event.isCancelled() || event.getPlayer().hasPermission("paidsigns.paymentexempt")) {
return;