btk5h / skript-db

MIT License
5 stars 5 forks source link

[Help] Console spamming #16

Closed antoinech2 closed 5 years ago

antoinech2 commented 5 years ago

Hello, I've a problem with the new version of skript-db First of all, I want to thank you for updated skript-db!

With the new version, all of my request send this message in console: CONSOLE: WARN]: [Skript] A SQL query was attempted on the main thread! whether they are async or sync.

What does this message mean and what should I do to make it no longer appear?

Thank you in advance for your answer

btk5h commented 5 years ago

That message should only pop up when a sync query is attempted on the main thread. I'll get a hotfix out for this.

antoinech2 commented 5 years ago

Thanks!