mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-15 11:04:29 +02:00
CB#816
Multiworld-Nether disabled git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1547 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
@@ -187,7 +187,8 @@ public class Essentials extends JavaPlugin
|
|||||||
|
|
||||||
if (settings.isNetherEnabled() && getServer().getWorlds().size() < 2)
|
if (settings.isNetherEnabled() && getServer().getWorlds().size() < 2)
|
||||||
{
|
{
|
||||||
getServer().createWorld(settings.getNetherName(), World.Environment.NETHER);
|
logger.log(Level.WARNING, "Old nether is disabled until multiworld support in bukkit is fixed.");
|
||||||
|
//getServer().createWorld(settings.getNetherName(), World.Environment.NETHER);
|
||||||
}
|
}
|
||||||
|
|
||||||
timer = new EssentialsTimer(this);
|
timer = new EssentialsTimer(this);
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user