diff -r dcdf642459e0 -r 8d9aff55e6ab hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Wed Oct 25 19:41:14 2006 +0000 +++ b/hedgewars/uConsole.pas Thu Oct 26 16:08:29 2006 +0000 @@ -261,6 +261,7 @@ initialization InitConsole; RegisterVariable('quit' , vtCommand, @chQuit , true ); +RegisterVariable('proto' , vtCommand, @chCheckProto , true ); RegisterVariable('capture' , vtCommand, @chCapture , true ); RegisterVariable('addteam' , vtCommand, @chAddTeam , false); RegisterVariable('rdriven' , vtCommand, @chTeamLocal , false);