Skip to content

Commit

Permalink
Remove other traces of the nether detection, closes Multiverse#8
Browse files Browse the repository at this point in the history
  • Loading branch information
fernferret committed Oct 17, 2011
1 parent fcdfcec commit 164c1b8
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -29,7 +29,6 @@ public class MultiverseNetherPortals extends JavaPlugin implements MVPlugin {
private static final String logPrefix = "[MultiVerse-NetherPortals] ";
private static final String NETEHR_PORTALS_CONFIG = "config.yml";
protected static DebugLog debugLog;
private static boolean netherDisabled;
protected MultiverseCore core;
protected MVNPPluginListener pluginListener;
protected MVNPPlayerListener playerListener;
Expand Down Expand Up @@ -212,7 +211,6 @@ public int getProtocolVersion() {
public String dumpVersionInfo(String buffer) {
buffer += logAndAddToPasteBinBuffer("Multiverse-NetherPortals Version: " + this.getDescription().getVersion());
buffer += logAndAddToPasteBinBuffer("Bukkit Version: " + this.getServer().getVersion());
buffer += logAndAddToPasteBinBuffer("server.properties 'allow-nether': " + !MultiverseNetherPortals.netherDisabled);
buffer += logAndAddToPasteBinBuffer("World links: " + this.getWorldLinks());
buffer += logAndAddToPasteBinBuffer("Nether Prefix: " + netherPrefix);
buffer += logAndAddToPasteBinBuffer("Nether Suffix: " + netherSuffix);
Expand Down

0 comments on commit 164c1b8

Please sign in to comment.