diff options
| author | Michael <[email protected]> | 2017-05-26 17:06:38 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-26 17:06:38 -0400 |
| commit | 97e22b35ada5898fdcb2556628f764d927cff913 (patch) | |
| tree | 88f40abbed43100bb393083ccecc81893a2447f7 /ShiftOS_TheReturn/Localization.cs | |
| parent | 798f0e5920fb5dc564cf6adab60e3c909197e736 (diff) | |
| download | shiftos_thereturn-97e22b35ada5898fdcb2556628f764d927cff913.tar.gz shiftos_thereturn-97e22b35ada5898fdcb2556628f764d927cff913.tar.bz2 shiftos_thereturn-97e22b35ada5898fdcb2556628f764d927cff913.zip | |
SLIGHT optimizations?
Diffstat (limited to 'ShiftOS_TheReturn/Localization.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Localization.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ShiftOS_TheReturn/Localization.cs b/ShiftOS_TheReturn/Localization.cs index 2c701c9..5d848b0 100644 --- a/ShiftOS_TheReturn/Localization.cs +++ b/ShiftOS_TheReturn/Localization.cs @@ -117,10 +117,6 @@ namespace ShiftOS.Engine } List<string> orphaned = new List<string>(); - if (Utils.FileExists("0:/dev_orphaned_lang.txt")) - { - orphaned = JsonConvert.DeserializeObject<List<string>>(Utils.ReadAllText("0:/dev_orphaned_lang.txt")); // if this file exists read from it and put in list orphaned - } int start_index = 0; |
