Skip to content

Commit

Permalink
Fixed incorrect set
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
Jordo authored and Jordo committed Nov 11, 2021
1 parent 1fb71d2 commit 1ccced0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ crashlytics-build.properties
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
TODO.txt
README.md.meta
2 changes: 1 addition & 1 deletion EasyQuestSwitch/EQS_Localization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static EQS_LocalizedLanguage Current
{
LoadLanguages();
}
_current = SetLanguage(EditorPrefs.GetInt("EQS_Language", 0));
SetLanguage(EditorPrefs.GetInt("EQS_Language", 0));
}
return _current;
}
Expand Down

0 comments on commit 1ccced0

Please sign in to comment.