Skip to content

Commit 09378b2

Browse files
committed
cleanup
1 parent 1f434ea commit 09378b2

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed
-770 KB
Binary file not shown.

src/main/java/org/cloudanarchy/queueplugin/QueuePlugin.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@
1818

1919
public final class QueuePlugin extends JavaPlugin implements Listener {
2020

21-
private static QueuePlugin instance;
22-
23-
public static QueuePlugin getInstance() {
24-
return instance;
25-
}
26-
27-
@Override
28-
public void onLoad() {
29-
if (instance == null) {
30-
instance = this;
31-
}
32-
}
33-
3421
private void process(@NotNull Player player) {
3522
player.teleport(new Location(getServer().getWorlds().get(0), 0, 140, 0));
3623
player.setAllowFlight(true);

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: ${project.name}
22
version: ${project.version}
33
main: org.cloudanarchy.queueplugin.QueuePlugin
44
api-version: 1.13
5-
depend: [ ProtocolLib, PlaceholderAPI ]
5+
depend: [ ProtocolLib ]

0 commit comments

Comments
 (0)