mastercoms / SlackMC

Link Slack to Minecraft!
MIT License
62 stars 11 forks source link

connections only work in debug mode #5

Closed mastercoms closed 9 years ago

mastercoms commented 9 years ago

Since we need to store the connection response codes in order to complete the connection, and we only do that debug mode, people not using debug mode cannot use SlackMC.

Introduced in 1.4.1.

mastercoms commented 9 years ago

Fixed in 1.4.4.

Dude17172009 commented 9 years ago

I had to re-enable debug in order to send messages to Slack in 1.5.0-beta1

mastercoms commented 9 years ago

That's weird because debug mode was removed in 1.5.0. I'll look into it.

mastercoms commented 9 years ago

I just searched the code and there was no mention of debug. What happens when you remove the debug-mode line all together?