forked from SteamWar/SteamWar
Fix tutorials
This commit is contained in:
@@ -195,6 +195,7 @@ public class ServerStarter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public ServerStarter tutorial(Player owner, Tutorial tutorial) {
|
public ServerStarter tutorial(Player owner, Tutorial tutorial) {
|
||||||
|
version = ServerVersion.SPIGOT_15;
|
||||||
directory = new File(SERVER_PATH, "Tutorial");
|
directory = new File(SERVER_PATH, "Tutorial");
|
||||||
buildWithTemp(owner);
|
buildWithTemp(owner);
|
||||||
tempWorld(TUTORIAL_PATH + tutorial.getTutorialId());
|
tempWorld(TUTORIAL_PATH + tutorial.getTutorialId());
|
||||||
|
|||||||
Reference in New Issue
Block a user