formatting

This commit is contained in:
Bella 2020-02-07 11:49:23 -05:00
parent 04ee3ed1d4
commit eb315b18dc
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class InfoCalculator extends Module {
}
private static double coordsDiff(String s) {
switch(s) {
switch (s) {
case "x": return mc.player.posX - mc.player.prevPosX;
case "z": return mc.player.posZ - mc.player.prevPosZ;
default: return 0.0;