Changes the default vertical velocity to 3.92

This commit is contained in:
2023-03-30 12:57:29 +02:00
parent c01e1c3509
commit 572bb980c1
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ public class EditArenaCommand implements CommandExecutor {
try {
velocity = Double.parseDouble(velocityString);
} catch (NumberFormatException exception) {
velocity = 0.5;
velocity = 3.92;
}
// Require at least speed of 0.001, and at most 75 blocks/s