Kill debug noise
This commit is contained in:
parent
6040715a00
commit
7ebf14e471
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ public class ColorScheme {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
String[] vsplit = split[0].split("[\\[\\]]");
|
String[] vsplit = split[0].split("[\\[\\]]");
|
||||||
Log.info(String.format("split[0]=%s,vsplit[0]=%s,vsplit[1]=%s", split[0], vsplit[0], vsplit.length > 1 ? vsplit[1] : ""));
|
//Log.info(String.format("split[0]=%s,vsplit[0]=%s,vsplit[1]=%s", split[0], vsplit[0], vsplit.length > 1 ? vsplit[1] : ""));
|
||||||
if (vsplit.length > 1) {
|
if (vsplit.length > 1) {
|
||||||
state = DynmapBlockState.getStateByNameAndState(vsplit[0], vsplit[1]);
|
state = DynmapBlockState.getStateByNameAndState(vsplit[0], vsplit[1]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue