diff options
author | peter1138 <peter1138@openttd.org> | 2009-01-06 10:22:48 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2009-01-06 10:22:48 +0000 |
commit | 680175fea01b74a8ba9884c162248302979e4032 (patch) | |
tree | ab4b086a6905faed5f1ebaa002988c82f3671bb3 | |
parent | 00b3d6f923b414e20bd7c5d3370e94abf9637605 (diff) | |
download | openttd-680175fea01b74a8ba9884c162248302979e4032.tar.xz |
(svn r14862) -Fix (r14421): min_players became min_active_clients, not min_clients
-rw-r--r-- | src/console_cmds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index e98997d66..ff0790e8b 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -1449,7 +1449,7 @@ void IConsoleStdLibRegister() IConsoleAliasRegister("autoclean_protected", "patch autoclean_protected %+"); IConsoleAliasRegister("autoclean_unprotected", "patch autoclean_unprotected %+"); IConsoleAliasRegister("restart_game_year", "patch restart_game_year %+"); - IConsoleAliasRegister("min_players", "patch min_clients %+"); + IConsoleAliasRegister("min_players", "patch min_active_clients %+"); IConsoleAliasRegister("reload_cfg", "patch reload_cfg %+"); #endif /* ENABLE_NETWORK */ |