diff -r 917bfe211641 -r 2f1b7c54a12d console_cmds.c --- a/console_cmds.c Sun Jan 23 22:39:34 2005 +0000 +++ b/console_cmds.c Sun Jan 23 23:58:35 2005 +0000 @@ -469,7 +469,7 @@ NetworkClientInfo *ci; if (argc == 2) { - uint32 index = atoi(argv[1]); + byte index = atoi(argv[1]); /* Check valid range */ if (index < 1 || index > MAX_PLAYERS) {