changeset 13829 | 93aa09004d36 |
parent 13747 | cb2857f55130 |
child 13834 | 266a25b79374 |
13828:d012948b1eda | 13829:93aa09004d36 |
---|---|
602 exit |
602 exit |
603 end; |
603 end; |
604 |
604 |
605 if (gameType = gmtNet) then |
605 if (gameType = gmtNet) then |
606 SendConsoleCommand(s) |
606 SendConsoleCommand(s) |
607 else |
|
608 AddChatString(#0 + trcmd[sidCmdUnknown]); |
|
607 end |
609 end |
608 else |
610 else |
609 begin |
611 begin |
610 if liveLua then |
612 if liveLua then |
611 LuaParseString(s) |
613 LuaParseString(s) |