IntelliJ is too clever for its own good sometimes

This commit is contained in:
Electroblob77
2020-04-17 23:08:58 +01:00
parent abc598a722
commit 50ad3655c9
@@ -124,9 +124,9 @@ public final class DamageSafetyChecker {
boolean vanillaName = VANILLA_DAMAGE_NAMES.contains(originalSourceName);
if(aborted){
Wizardry.logger.warn("SoundLoopSpellEntity attack excessive call limit reached, aborting entity damage entirely!");
Wizardry.logger.warn("Entity attack excessive call limit reached, aborting entity damage entirely!");
}else{
Wizardry.logger.warn("SoundLoopSpellEntity attack excessive call threshold reached, substituting for non-entity-based " +
Wizardry.logger.warn("Entity attack excessive call threshold reached, substituting for non-entity-based " +
"damage to avert a crash.");
}