mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-17 04:41:21 +01:00
Fixed streamlining
This commit is contained in:
parent
8ae4964d2e
commit
d3594f460e
@ -23,6 +23,6 @@ public class Streamlining extends EcoEnchant {
|
||||
return;
|
||||
}
|
||||
|
||||
player.setWalkSpeed((float) (0.2f - (level * this.getConfig().getDouble(EcoEnchants.CONFIG_LOCATION + "speed-per-level"))));
|
||||
player.setWalkSpeed((float) (0.2f + (level * this.getConfig().getDouble(EcoEnchants.CONFIG_LOCATION + "speed-per-level"))));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user