mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-11 08:49:50 +00:00
(svn r23230) -Codechange: stupid casing for UnPause. It's a single word, not two words "CamelCased" after eachother
This commit is contained in:
parent
7ba37dd0fa
commit
e97b747f5d
@ -620,7 +620,7 @@ DEF_CONSOLE_CMD(ConPauseGame)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEF_CONSOLE_CMD(ConUnPauseGame)
|
DEF_CONSOLE_CMD(ConUnpauseGame)
|
||||||
{
|
{
|
||||||
if (argc == 0) {
|
if (argc == 0) {
|
||||||
IConsoleHelp("Unpause a network game. Usage: 'unpause'");
|
IConsoleHelp("Unpause a network game. Usage: 'unpause'");
|
||||||
@ -1936,7 +1936,7 @@ void IConsoleStdLibRegister()
|
|||||||
IConsoleCmdRegister("banlist", ConBanList, ConHookServerOnly);
|
IConsoleCmdRegister("banlist", ConBanList, ConHookServerOnly);
|
||||||
|
|
||||||
IConsoleCmdRegister("pause", ConPauseGame, ConHookServerOnly);
|
IConsoleCmdRegister("pause", ConPauseGame, ConHookServerOnly);
|
||||||
IConsoleCmdRegister("unpause", ConUnPauseGame, ConHookServerOnly);
|
IConsoleCmdRegister("unpause", ConUnpauseGame, ConHookServerOnly);
|
||||||
|
|
||||||
IConsoleCmdRegister("company_pw", ConCompanyPassword, ConHookNeedNetwork);
|
IConsoleCmdRegister("company_pw", ConCompanyPassword, ConHookNeedNetwork);
|
||||||
IConsoleAliasRegister("company_password", "company_pw %+");
|
IConsoleAliasRegister("company_password", "company_pw %+");
|
||||||
|
Loading…
Reference in New Issue
Block a user