slightly diff phrasing, add comment to velocity

This commit is contained in:
onebeastchris 2024-08-11 00:46:07 +02:00
parent 832af65321
commit e65cdfb197
2 changed files with 2 additions and 1 deletions

View file

@ -152,7 +152,7 @@ public class GeyserSpigotPlugin extends JavaPlugin implements GeyserBootstrap {
return;
}
// Now: Check for velocity mode - deliberately after checking bungeecord because this is a paper config
// Now: Check for velocity mode - deliberately after checking bungeecord because this is a paper only option
if (Bukkit.getServer().spigot().getPaperConfig().getBoolean("proxies.velocity.enabled")) {
warnInvalidProxySetups("Velocity");
return;

View file

@ -113,6 +113,7 @@ public class GeyserVelocityPlugin implements GeyserBootstrap {
@Override
public void onGeyserEnable() {
// If e.g. the config failed to load, GeyserImpl was not loaded and we cannot start
if (geyser == null) {
return;
}