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:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user