mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-07 03:11:02 +01:00
Spout fixed mentioned issue!
Commit it was fixed in:
1157e6b642
Build it was fixed in:
http://ci.spout.org/job/SpoutPlugin/681/
This commit is contained in:
parent
b2457f38b1
commit
7f93eedbac
@ -718,15 +718,6 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
|
||||
public void setSpout() {
|
||||
this.spoutInterface = new SpoutInterface();
|
||||
this.commandHandler.registerCommand(new SpoutCommand(this));
|
||||
if (FirstSpawnOverride) {
|
||||
this.log(Level.WARNING, "Disabling MV's 'firstspawnoverride', since spout doesn't handle new players well yet.");
|
||||
this.log(Level.WARNING, "This means *new players* may not spawn where you've set your \"mvspawn\" AND");
|
||||
this.log(Level.WARNING, "the config value 'firstspawnworld' will have NO effect!!!");
|
||||
this.log(Level.WARNING, "Talk to the Spout devs to get this fixed!");
|
||||
this.log(Level.WARNING, " --FernFerret");
|
||||
FirstSpawnOverride = false;
|
||||
this.multiverseConfig.set("firstspawnoverride", false);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user