summaryrefslogtreecommitdiffstats
path: root/src/test/java/FakePlayerJoinEvent.java
diff options
context:
space:
mode:
authorlmbishop <13875753+lmbishop@users.noreply.github.com>2019-06-29 17:43:27 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2019-06-29 18:02:52 +0100
commite4e2a28defeb7dded336cc385135cbe2b4efe316 (patch)
treea5b964289c28879eb9b30dd3838e8ac6341bd965 /src/test/java/FakePlayerJoinEvent.java
parent2ddfbb5a0da6c3606ad3602d13942a7ca5a5dc0e (diff)
Auto start
- Quests can now be auto started - Removed tests
Diffstat (limited to 'src/test/java/FakePlayerJoinEvent.java')
-rw-r--r--src/test/java/FakePlayerJoinEvent.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/test/java/FakePlayerJoinEvent.java b/src/test/java/FakePlayerJoinEvent.java
index fa605435..194e84c9 100644
--- a/src/test/java/FakePlayerJoinEvent.java
+++ b/src/test/java/FakePlayerJoinEvent.java
@@ -1,13 +1,13 @@
-import org.bukkit.entity.Player;
-import org.bukkit.event.player.PlayerJoinEvent;
-
-/**
- * fake join event for testing (implements 1.12.2)
- */
-public class FakePlayerJoinEvent extends PlayerJoinEvent {
-
- public FakePlayerJoinEvent(Player playerJoined, String joinMessage) {
- super(playerJoined, joinMessage);
- }
-
-}
+//import org.bukkit.entity.Player;
+//import org.bukkit.event.player.PlayerJoinEvent;
+//
+///**
+// * fake join event for testing (implements 1.12.2)
+// */
+//public class FakePlayerJoinEvent extends PlayerJoinEvent {
+//
+// public FakePlayerJoinEvent(Player playerJoined, String joinMessage) {
+// super(playerJoined, joinMessage);
+// }
+//
+//}