Fix mushroom stem render, cleanup System.out uses
This commit is contained in:
parent
48ba0b2e41
commit
332292c42c
45 changed files with 197 additions and 161 deletions
|
|
@ -148,7 +148,7 @@ public class ChunkSnapshot
|
|||
}
|
||||
if (secnum < 0)
|
||||
continue;
|
||||
//System.out.println("section(" + secnum + ")=" + sec.asString());
|
||||
//Log.info("section(" + secnum + ")=" + sec.asString());
|
||||
// Create normal section to initialize
|
||||
StdSection cursect = new StdSection();
|
||||
this.section[secnum] = cursect;
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ public class DynmapMod
|
|||
// ForgeChunkManager.setForcedChunkLoadingCallback(DynmapMod.instance, new LoadingCallback());
|
||||
//}
|
||||
//else {
|
||||
// System.out.println("[Dynmap] World loading using forced chunks is disabled");
|
||||
// Log.warning("[Dynmap] World loading using forced chunks is disabled");
|
||||
//}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1491,7 +1491,7 @@ public class DynmapPlugin
|
|||
|
||||
private static int test(CommandSource source) throws CommandSyntaxException
|
||||
{
|
||||
System.out.println(source.toString());
|
||||
Log.warning(source.toString());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue