mastercoms / SlackMC

Link Slack to Minecraft!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

connections only work in debug mode

mastercoms opened this issue · comments

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.

Fixed in 1.4.4.

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

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

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