Adds POM relocations
All checks were successful
KnarCraft/PaidSigns/pipeline/head This commit looks good
All checks were successful
KnarCraft/PaidSigns/pipeline/head This commit looks good
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user