You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When joining the server, in console there is this error:
[14:29:05 ERROR]: Exception in thread "LiteBans Dedicated Pool Thread #0" java.lang.UnsupportedOperationException: Not implemented (yet)!
[14:29:05 ERROR]: at de.themoep.snap.Snap.unsupported(Snap.java:123)
[14:29:05 ERROR]: at de.themoep.snap.forwarding.SnapProxyServer.getReconnectHandler(SnapProxyServer.java:233)
[14:29:05 ERROR]: at litebans.aa.a(aa.java:57)
[14:29:05 ERROR]: at litebans.c9.a(c9.java:37)
[14:29:05 ERROR]: at litebans.c9.a(c9.java:3)
[14:29:05 ERROR]: at litebans.ad.a(ad.java:567)
[14:29:05 ERROR]: at litebans.hK.a(hK.java:7)
[14:29:05 ERROR]: at litebans.hK.a(hK.java:31)
[14:29:05 ERROR]: at litebans.gJ.run(gJ.java:5)
[14:29:05 ERROR]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[14:29:05 ERROR]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[14:29:05 ERROR]: at java.base/java.lang.Thread.run(Thread.java:834)
The text was updated successfully, but these errors were encountered:
# Whether to throw exceptions when accessing methods that aren't supported
# Setting this to false makes them return sensible values but they might not be correct
throw-unsupported-exception = false
When joining the server, in console there is this error:
The text was updated successfully, but these errors were encountered: