Fix tutorials

This commit is contained in:
Lixfel
2025-01-20 12:19:10 +01:00
parent 3be748b92e
commit 3d2cba6a28
@@ -195,6 +195,7 @@ public class ServerStarter {
}
public ServerStarter tutorial(Player owner, Tutorial tutorial) {
version = ServerVersion.SPIGOT_15;
directory = new File(SERVER_PATH, "Tutorial");
buildWithTemp(owner);
tempWorld(TUTORIAL_PATH + tutorial.getTutorialId());