Update GroupTests.cs

Sets the 1.4.4.2 static variable that Terraria.Main has a dependency on
This commit is contained in:
Luke 2022-09-30 15:38:13 +10:00
parent dcf9a220dc
commit 8ce81136b4

View file

@ -11,6 +11,7 @@ public class GroupTests
[SetUp]
public static void SetupTShock()
{
Program.SavePath = ""; // 1.4.4.2
LanguageManager.Instance.SetLanguage(GameCulture.DefaultCulture);
Lang.InitializeLegacyLocalization();