X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=27ef5ecdb18b982c65cd625bb47e5ae86e356985;hp=3f285b4badce5fe4d574e455d8715f9333e35ec0;hb=408d21ccc37ab8b7848b9e0eecc48bd38d2ae89c;hpb=64579b586c89085de93fe02cb56be9751105b67c diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 3f285b4..27ef5ec 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -972,6 +972,7 @@ begin AddCommand('reconnect', GameCommands); AddCommand('say', GameCommands); AddCommand('tell', GameCommands); + AddCommand('centerprint', GameCommands); AddCommand('overtime', GameCommands); AddCommand('rcon_password', GameCommands); AddCommand('rcon', GameCommands);