aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/FakePlayerJoinEvent.java
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2020-01-11 23:52:10 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2020-01-11 23:52:10 +0000
commitd21e6d08ca5218b5c3530b46771dfbcbbf52d055 (patch)
treed30a6a26c4d9d650c809c93c9c9bbf3a8818ba5d /src/test/java/FakePlayerJoinEvent.java
parent23ff5c886fbe2a638137d7bca2185a43d65badfc (diff)
fuck these tests
Diffstat (limited to 'src/test/java/FakePlayerJoinEvent.java')
-rw-r--r--src/test/java/FakePlayerJoinEvent.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/java/FakePlayerJoinEvent.java b/src/test/java/FakePlayerJoinEvent.java
deleted file mode 100644
index 194e84c9..00000000
--- a/src/test/java/FakePlayerJoinEvent.java
+++ /dev/null
@@ -1,13 +0,0 @@
-//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);
-// }
-//
-//}