aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection/Resurrection.java
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-09-13 17:26:37 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-09-13 17:26:37 -0600
commit897c2b72e62da77ccb267b5b33b3e9c4f376333a (patch)
tree854412de7b2c199b993270803360c1801ad47a35 /src/net/brysonsteck/Resurrection/Resurrection.java
parent9e8c0c2a881100939a63ba4d610af5d26b53938d (diff)
downloadresurrection-897c2b72e62da77ccb267b5b33b3e9c4f376333a.tar
resurrection-897c2b72e62da77ccb267b5b33b3e9c4f376333a.tar.gz
resurrection-897c2b72e62da77ccb267b5b33b3e9c4f376333a.tar.bz2
added debug messages to all where applicable
Diffstat (limited to 'src/net/brysonsteck/Resurrection/Resurrection.java')
-rw-r--r--src/net/brysonsteck/Resurrection/Resurrection.java2
1 files changed, 1 insertions, 1 deletions
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) {