diff --git a/src/hacks/CatBot.cpp b/src/hacks/CatBot.cpp index 4c99e84f..33b1a1a4 100644 --- a/src/hacks/CatBot.cpp +++ b/src/hacks/CatBot.cpp @@ -319,7 +319,7 @@ static HookedFunction cm(HF_CreateMove, "catbot", 5, []() { if (ammo0 + ammo2 > max_ammo) max_ammo = ammo0 + ammo2; health = format("Health: ", curr_hp, "/", max_hp); - ammo = format("Ammo :", ammo0+ammo2, "/", max_ammo); + ammo = format("Ammo: ", ammo0+ammo2, "/", max_ammo); } if (g_Settings.bInvalid) return;