mirror of
https://github.com/LazyDuchess/OpenTS2.git
synced 2025-01-22 08:11:47 -05:00
update json config to remove language as it's not used yet.
This commit is contained in:
parent
898cced85f
commit
ee9bd3750e
3 changed files with 0 additions and 3 deletions
|
@ -21,7 +21,6 @@ namespace OpenTS2.Engine.Core
|
|||
{
|
||||
public string game_dir;
|
||||
public string user_dir;
|
||||
public string lang;
|
||||
public List<string> dlc;
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue