Skip to content

Commit 5badce9

Browse files
WispyMousearthur740212
authored andcommitted
fix: AuthenticationListener ifdef out on !EOS_DISABLE
1 parent 8896781 commit 5badce9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

com.playeveryware.eos/Runtime/Core/AuthenticationListener.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
* SOFTWARE.
2121
*/
2222

23+
#if !EOS_DISABLE
24+
2325
namespace PlayEveryWare.EpicOnlineServices
2426
{
2527
using Epic.OnlineServices;
@@ -164,4 +166,6 @@ public void Dispose()
164166
EOSManager.Instance.RemoveConnectLoginListener(this);
165167
}
166168
}
167-
}
169+
}
170+
171+
#endif

0 commit comments

Comments
 (0)