fixed missing menu text

This commit is contained in:
Felix Geyer
2004-08-19 22:21:11 +00:00
parent d19d570758
commit 4f371ccb6c
5 changed files with 17 additions and 15 deletions

View File

@ -544,7 +544,7 @@ public cmdPause(id,level,cid) {
if (activity==1)
len += copy(msg[len],127-len,":")
else
len += format(msg[len],127-len," %s:",name)
len += format(msg[len],127-len," %s: ",name)
format(msg[len],127-len,"%L",players[i],g_Paused ? "UNPAUSE" : "PAUSE" )
client_print(players[i],print_chat,"%s server",msg)
}