Skip to content

Commit 6ab49c8

Browse files
authored
Merge pull request #696 from PlayEveryWare/revert-695-hotfix/eos-disable
Revert "Fix using statement placement to have `EOS_DISABLE` function as intended."
2 parents 3022449 + 8b9bf62 commit 6ab49c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Assets/Plugins/Source/Core/EOSManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,12 @@ namespace PlayEveryWare.EpicOnlineServices
7373
using LoginCallbackInfo = Epic.OnlineServices.Auth.LoginCallbackInfo;
7474
using LoginOptions = Epic.OnlineServices.Auth.LoginOptions;
7575
using LoginStatusChangedCallbackInfo = Epic.OnlineServices.Auth.LoginStatusChangedCallbackInfo;
76-
76+
#endif
7777
using Utility;
7878
using JsonUtility = PlayEveryWare.EpicOnlineServices.Utility.JsonUtility;
7979
using LogoutCallbackInfo = Epic.OnlineServices.Auth.LogoutCallbackInfo;
8080
using LogoutOptions = Epic.OnlineServices.Auth.LogoutOptions;
8181
using OnLogoutCallback = Epic.OnlineServices.Auth.OnLogoutCallback;
82-
#endif
8382

8483
/// <summary>
8584
/// One of the responsibilities of this class is to manage the lifetime of

0 commit comments

Comments
 (0)