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