Change how disguise construction works, and a few minor other stuff

This commit is contained in:
libraryaddict
2021-04-21 10:56:50 +12:00
parent bca3483e49
commit 9042cb4212
6 changed files with 38 additions and 101 deletions

View File

@@ -1895,7 +1895,7 @@ public class ReflectionManager {
for (MetaIndex index : indexes) {
DisguiseUtilities.getLogger()
.warning(disguiseType + " has MetaIndex remaining! " + index.getFlagWatcher().getSimpleName() + " at index " + index.getIndex());
.severe(disguiseType + " has MetaIndex remaining! " + index.getFlagWatcher().getSimpleName() + " at index " + index.getIndex());
}
SoundGroup sound = SoundGroup.getGroup(disguiseType.name());