Skip to content

Commit 8b9bf62

Browse files
authored
Revert "Fix using statement placement to have EOS_DISABLE function as intended."
1 parent 3022449 commit 8b9bf62

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)