More names fixes

This commit is contained in:
Aleksey 2020-10-14 15:47:30 +03:00
parent 32af77723c
commit 683235ebe9
7 changed files with 54 additions and 57 deletions

View file

@ -35,9 +35,6 @@ public abstract class ModelVariantMapMixin {
idContext.removeId();
if (block instanceof Patterned) {
String pattern = ((Patterned) block).getStatesPattern(reader);
if (data[1].contains("violecite")) {
System.out.println(pattern);
}
info.setReturnValue(deserialize(context, new StringReader(pattern)));
info.cancel();
}