- All data files moved to the BunnyCDN servers.
- Added all the rest of the In Jail sounds for all crooks. - Adjusted format of the ACME Crimenet Computer presentation JSON. - Cameras are now properly deactivated when cameras are disabled.
This commit is contained in:
@@ -355,9 +355,12 @@ public class GameManagerRound1 : GameManagerBase
|
||||
|
||||
string UntranslatedText = "";
|
||||
string TranslatedText = "";
|
||||
if (Presentation.ContainsKey("Untranslated Text Placeholder") && Presentation.ContainsKey("Translated Text"))
|
||||
if (Presentation.ContainsKey("Clue Text"))
|
||||
{
|
||||
UntranslatedText = Presentation["Clue Text"].String;
|
||||
}
|
||||
if (Presentation.ContainsKey("Translated Text"))
|
||||
{
|
||||
UntranslatedText = Presentation["Untranslated Text Placeholder"].String;
|
||||
TranslatedText = Presentation["Translated Text"].String;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user