We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45b603 commit 73c3923Copy full SHA for 73c3923
Runtime/Core/Config/Config.cs
@@ -22,7 +22,6 @@
22
23
namespace PlayEveryWare.EpicOnlineServices
24
{
25
- using Newtonsoft.Json;
26
using System;
27
using System.Linq;
28
using System.Threading.Tasks;
@@ -262,7 +261,6 @@ public static T Get<T>() where T : Config
262
261
/// Returns the fully-qualified path to the file that holds the
263
/// configuration values.
264
/// </summary>
265
- [JsonIgnore]
266
public string FilePath
267
268
get
package.json
@@ -36,6 +36,6 @@
36
}
37
],
38
"com_playeveryware": {
39
- "git_build_sha": "0fb59b2c84da120c18f91363af9e5e262417807d"
+ "git_build_sha": "f04a627ba62b3d9839978ac2a41bfb4bb1cb161a"
40
41
0 commit comments