Misc UI tweaks + fixed tests

This commit is contained in:
Anuken 2022-10-10 21:27:11 -04:00
parent a21d908834
commit 8bd8fc5d80
6 changed files with 29 additions and 28 deletions

View file

@ -221,7 +221,6 @@ public class ApplicationTests{
String str2 = JsonIO.write(new Rules(){{
attackMode = true;
}});
Log.info(str2);
}
@Test