Skip to content

Commit 73c3923

Browse files
committed
3.3.4 Extra Commit Pieces for Config
1 parent e45b603 commit 73c3923

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Runtime/Core/Config/Config.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
namespace PlayEveryWare.EpicOnlineServices
2424
{
25-
using Newtonsoft.Json;
2625
using System;
2726
using System.Linq;
2827
using System.Threading.Tasks;
@@ -262,7 +261,6 @@ public static T Get<T>() where T : Config
262261
/// Returns the fully-qualified path to the file that holds the
263262
/// configuration values.
264263
/// </summary>
265-
[JsonIgnore]
266264
public string FilePath
267265
{
268266
get

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
}
3737
],
3838
"com_playeveryware": {
39-
"git_build_sha": "0fb59b2c84da120c18f91363af9e5e262417807d"
39+
"git_build_sha": "f04a627ba62b3d9839978ac2a41bfb4bb1cb161a"
4040
}
4141
}

0 commit comments

Comments
 (0)