Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #15

Open
EnderCraft202 opened this issue Dec 31, 2016 · 1 comment
Open

Error #15

EnderCraft202 opened this issue Dec 31, 2016 · 1 comment

Comments

@EnderCraft202
Copy link

http://pastebin.com/kjn4pCFM

@Bloodrayne1995
Copy link

We have got the same error.
I look up the code and I got the reason of this.
If you set the guest session length to 0 in the config the ListenerClass would not put a Task
in the prelogin-Hashmap (see here: https://github.com/vik1395/BungeeAuth-Minecraft/blob/master/src/me/vik1395/BungeeAuth/ListenerClass.java at line 214)

The login command wants to get this task. But this will fail into a NullPointerException (see here https://github.com/vik1395/BungeeAuth-Minecraft/blob/master/src/me/vik1395/BungeeAuth/Login.java at line 163).

I commited a change (See here https://github.com/vik1395/BungeeAuth-Minecraft/pull/26). I hope
the author will merge it.

Regards
Bloodrayne1995

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants