From ad74f6b93d92cb279df877c65c6bd8905e2dd59c Mon Sep 17 00:00:00 2001 From: ineed bots Date: Thu, 21 Dec 2023 20:56:41 -0600 Subject: [PATCH] fix this print --- 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 918f104..0fc74b2 100644 --- a/maps/mp/bots/_menu.gsc +++ b/maps/mp/bots/_menu.gsc @@ -136,7 +136,7 @@ doGreetings() wait 1; self iprintln( "Welcome to Bot Warfare " + self.name + "!" ); wait 5; - self iprintln( "Press [ {+frag} ] + [ {+smoke} ] to open menu!" ); + self iprintln( "Press [{+frag}] + [{+smoke}] to open menu!" ); } watchPlayerOpenMenu()