Fix Geyser not working in IDE

This commit is contained in:
RednedEpic 2022-07-02 12:42:31 -05:00
parent b5eb27693f
commit f9fd7cb831
4 changed files with 21 additions and 17 deletions

View file

@ -78,7 +78,7 @@ public interface GeyserApiBase {
* @return the major API version. Bumped whenever a significant breaking change or feature addition is added.
*/
default int majorApiVersion() {
return 0;
return 1;
}
/**