X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=983b63b195c285158b332ed9e99b910309aa55c5;hp=87a1fba23b9c5120f144dd618f41080078dd80ad;hb=89165e554041bc31dc609a23991bcb277a7e6556;hpb=8065721d62f9484545707edb2e049b39a0542641 diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 87a1fba..983b63b 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -1109,6 +1109,7 @@ begin AddCommand('bot_removeall', GameCommands); AddCommand('chat', GameCommands); AddCommand('teamchat', GameCommands); + AddCommand('announce', GameCommands); AddCommand('game', GameCommands); AddCommand('host', GameCommands); AddCommand('map', GameCommands);