From b9719e47fe798bb31854b7fdab2f5dea0816c4d5 Mon Sep 17 00:00:00 2001 From: LordMidas <55047920+LordMidas@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:20:49 -0400 Subject: [PATCH] fix: keybind tooltip for VeryFastWorldSpeed showing 3x instead of 4x --- msu/vanilla_mod/vanilla_keybinds.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msu/vanilla_mod/vanilla_keybinds.nut b/msu/vanilla_mod/vanilla_keybinds.nut index c3bcd2d6..c9a3d0d5 100644 --- a/msu/vanilla_mod/vanilla_keybinds.nut +++ b/msu/vanilla_mod/vanilla_keybinds.nut @@ -173,7 +173,7 @@ if (::Hooks.getMod("vanilla").getVersion() >= ::Hooks.SQClass.ModVersion("1.5.2- this.setVeryFastTime(); return true; } - }, "Very Fast World Speed (3x)"); + }, "Very Fast World Speed (4x)"); } ::MSU.Vanilla.Keybinds.addSQKeybind("world_trackingButton", "f", ::MSU.Key.State.World, function()