From d4dcf32f13e1fc3154b5590c9006cc61bf7ef3f9 Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Fri, 6 Aug 2021 11:45:35 +0200 Subject: [PATCH] Removed comment about 32 m/s limit. --- src/main/resources/default_config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/default_config.yaml b/src/main/resources/default_config.yaml index bfc745a..a0efed9 100644 --- a/src/main/resources/default_config.yaml +++ b/src/main/resources/default_config.yaml @@ -9,7 +9,6 @@ defaultSpeed: 8 minimumSpeed: 1 # The maximum allowable speed limit that can be set, in meters per second. -# Note: when a player is riding the cart, it cannot exceed 32 m/s regardless of the maximum set here. maximumSpeed: 128 # The regular expression that's used to determine if a sign should affect the cart's speed.