From 897c2b72e62da77ccb267b5b33b3e9c4f376333a Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 13 Sep 2021 17:26:37 -0600 Subject: added debug messages to all where applicable --- src/net/brysonsteck/Resurrection/Resurrection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/brysonsteck/Resurrection/Resurrection.java') diff --git a/src/net/brysonsteck/Resurrection/Resurrection.java b/src/net/brysonsteck/Resurrection/Resurrection.java index 3d37900..e734fa0 100644 --- a/src/net/brysonsteck/Resurrection/Resurrection.java +++ b/src/net/brysonsteck/Resurrection/Resurrection.java @@ -110,7 +110,7 @@ public class Resurrection extends JavaPlugin implements Listener { System.out.println("[Resurrection] ---------------------------------------------------------"); } - System.out.println("[Resurrection] Registering listeners and adding commands..."); + System.out.println("[Resurrection] Essential files found and valid. Registering listeners and adding commands..."); // register listener this.getServer().getPluginManager().registerEvents(new PlayerListener(parseSettings), this); if (DEBUG) { -- cgit v1.2.3