aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/brysonsteck/Resurrection.java')
-rw-r--r--src/net/brysonsteck/Resurrection.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/brysonsteck/Resurrection.java b/src/net/brysonsteck/Resurrection.java
index 74fc8af..25008b8 100644
--- a/src/net/brysonsteck/Resurrection.java
+++ b/src/net/brysonsteck/Resurrection.java
@@ -19,7 +19,8 @@ public class Resurrection extends JavaPlugin {
@Override
public void onEnable() {
super.onEnable();
- System.out.println("I'm alive!");
+ System.out.println("Resurrection: I'm alive!");
+ PlayerListener playerListener = new PlayerListener();
}
// end of spigot things