1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-23 22:49:09 +00:00

(svn r14862) -Fix (r14421): min_players became min_active_clients, not min_clients

This commit is contained in:
2009-01-06 10:22:48 +00:00
parent 00b3d6f923
commit 680175fea0

View File

@@ -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 */