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()