mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-30 12:44:45 +02:00
So many useless else statements...
This commit is contained in:
@ -134,9 +134,8 @@ public class UnarmedManager {
|
||||
eventHandler.sendAbilityMessages();
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
protected int getSkillLevel() {
|
||||
|
Reference in New Issue
Block a user