Fixed auto-setting auth-type to Floodgate

This commit is contained in:
Tim203 2023-04-26 18:52:12 +02:00
parent d4ffecb500
commit 7c1100b830
No known key found for this signature in database
GPG key ID: 736F3CD49EF01DBF
9 changed files with 51 additions and 45 deletions

View file

@ -303,6 +303,11 @@ public class GeyserStandaloneBootstrap implements GeyserBootstrap {
throw new IllegalStateException();
}
@Override
public boolean isFloodgatePluginPresent() {
return false;
}
/**
* Get the {@link BeanPropertyDefinition}s for the given class
*