pass compile; add void vault code
This commit is contained in:
parent
43f586cde5
commit
1ed95c737e
10 changed files with 112 additions and 75 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
TShock, a server mod for Terraria
|
||||
Copyright (C) 2011-2019 Pryaxis & TShock Contributors
|
||||
|
||||
|
|
@ -39,13 +39,13 @@ namespace TShockAPI.Localization
|
|||
{
|
||||
var culture = Language.ActiveCulture;
|
||||
|
||||
var skip = culture == GameCulture.English;
|
||||
var skip = culture == GameCulture.FromCultureName(GameCulture.CultureName.English);
|
||||
|
||||
try
|
||||
{
|
||||
if (!skip)
|
||||
{
|
||||
LanguageManager.Instance.SetLanguage(GameCulture.English);
|
||||
LanguageManager.Instance.SetLanguage(GameCulture.FromCultureName(GameCulture.CultureName.English));
|
||||
}
|
||||
|
||||
for (var i = -48; i < Main.maxItemTypes; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue