9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-20 15:39:31 +00:00

Fixed shuffle-hotbar usage

This commit is contained in:
Auxilor
2021-04-05 13:59:23 +01:00
parent 8435afe7e4
commit b08df50547

View File

@@ -28,7 +28,7 @@ public class EffectShuffleHotbar extends Effect {
@Override
public String getUsage() {
return "shuffle-hotbar:<effect>:<chance>:<duration>:<strength>";
return "shuffle-hotbar:<chance>";
}
@Override