diff --git a/Assets/Scripts/OpenTS2/Engine/Core/JSONPathProvider.cs b/Assets/Scripts/OpenTS2/Engine/Core/JSONPathProvider.cs index db6e115..bc607a2 100644 --- a/Assets/Scripts/OpenTS2/Engine/Core/JSONPathProvider.cs +++ b/Assets/Scripts/OpenTS2/Engine/Core/JSONPathProvider.cs @@ -21,7 +21,6 @@ namespace OpenTS2.Engine.Core { public string game_dir; public string user_dir; - public string lang; public List dlc; } diff --git a/config.example.json b/config.example.json index 3089c45..6a0cac5 100644 --- a/config.example.json +++ b/config.example.json @@ -1,7 +1,6 @@ { "game_dir" : "E:/Origin/The Sims 2 Ultimate Collection", "user_dir" : "C:/Users/Duchess/Documents/EA Games/The Sims™ 2 Ultimate Collection", - "lang" : "English", "dlc" : [ "Double Deluxe/Base", "University Life/EP1", diff --git a/config.json b/config.json index 3089c45..6a0cac5 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,6 @@ { "game_dir" : "E:/Origin/The Sims 2 Ultimate Collection", "user_dir" : "C:/Users/Duchess/Documents/EA Games/The Sims™ 2 Ultimate Collection", - "lang" : "English", "dlc" : [ "Double Deluxe/Base", "University Life/EP1",