fix this print

This commit is contained in:
ineed bots 2023-12-21 20:56:15 -06:00
parent f58a9826ea
commit 2606ce3e09

View File

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