From c6c87aabcae0b9e3edeafb8f7dddcf78ab853759 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Wed, 19 Aug 2026 12:25:27 -0600 Subject: [PATCH] cod2ism --- maps/mp/bots/_menu.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/mp/bots/_menu.gsc b/maps/mp/bots/_menu.gsc index fd4c80a..fade682 100644 --- a/maps/mp/bots/_menu.gsc +++ b/maps/mp/bots/_menu.gsc @@ -173,7 +173,7 @@ doGreetings() wait 1; self iprintln( "Welcome to Bot Warfare " + self.name + "!" ); wait 5; - self iprintln( "Press [{+attack}] + [{+activate}] + [{+melee}] to open menu!" ); + self iprintln( "Press [{+attack}] + [{+activate}] + [{+melee_breath}] to open menu!" ); } watchPlayerOpenMenu()