mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-25 15:35:11 +01:00
Fixed codestyle
This commit is contained in:
parent
33a9829ecc
commit
c2bc01b999
@ -246,7 +246,7 @@ public class WatcherTriggers extends PluginDependent implements Listener {
|
||||
return;
|
||||
}
|
||||
|
||||
if(event.getCause() == EntityDamageEvent.DamageCause.THORNS) {
|
||||
if (event.getCause() == EntityDamageEvent.DamageCause.THORNS) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user