Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Simon 2023-02-19 16:49:04 +00:00
commit 5b58e7e1ff
4 changed files with 6 additions and 4 deletions

View file

@ -687,8 +687,8 @@ void SetDefaultStrings()
}
//Set a few quotes which are used for common handling of a few status messages
quoteMgr.InitializeQuote(23, "$MESSAGES: ON");
quoteMgr.InitializeQuote(24, "$MESSAGES: OFF");
quoteMgr.InitializeQuote(23, "$MSGON");
quoteMgr.InitializeQuote(24, "$MSGOFF");
quoteMgr.InitializeQuote(83, "$FOLLOW MODE OFF");
quoteMgr.InitializeQuote(84, "$FOLLOW MODE ON");
quoteMgr.InitializeQuote(85, "$AUTORUNOFF");

View file

@ -23,8 +23,10 @@
"#CrosshairOn" = "$$CROSSHAIR: ON";
"#CrosshairOff" = "$$CROSSHAIR: OFF";
"#Cheater" = "$$YOU'RE TOO GOOD TO BE CHEATING!";
"#MessagesOn" = "$$MESSAGES: ON";
"#MessagesOff" = "$$MESSAGES: OFF";
"#MessagesOn" = "$$MSGON";
"#MessagesOff" = "$$MSGOFF";
"MESSAGES: ON" = "$$MSGON";
"MESSAGES: OFF" = "$$MSGOFF";
"#TypeTheCheatCode" = "$$TYPE THE CHEAT CODE:";
"#DetailLow" = "$$DETAIL: LOW";
"#DetailHigh" = "$$DETAIL: HIGH";