We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f913005 commit 223ba64Copy full SHA for 223ba64
src/main/java/pw/hwk/tutorial/ServerTutorial.java
@@ -49,6 +49,10 @@ public void onEnable() {
49
@Override
50
public void onDisable() {
51
instance = null;
52
+ for (String players : TutorialManager.getManager().getAllInTutorial()) {
53
+ Player player = getServer().getPlayer(players);
54
+ getEndTutorial().endTutorial(player);
55
+ }
56
}
57
58
/**
0 commit comments