From 3d2cba6a286ed860e2c3714572bbe85aa272f581 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Mon, 20 Jan 2025 12:19:10 +0100 Subject: [PATCH] Fix tutorials --- VelocityCore/src/de/steamwar/velocitycore/ServerStarter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/VelocityCore/src/de/steamwar/velocitycore/ServerStarter.java b/VelocityCore/src/de/steamwar/velocitycore/ServerStarter.java index 67567ae9..a6707c45 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/ServerStarter.java +++ b/VelocityCore/src/de/steamwar/velocitycore/ServerStarter.java @@ -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());