mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
slightly diff phrasing, add comment to velocity
This commit is contained in:
parent
832af65321
commit
e65cdfb197
2 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,7 @@ public class GeyserSpigotPlugin extends JavaPlugin implements GeyserBootstrap {
|
||||||
return;
|
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")) {
|
if (Bukkit.getServer().spigot().getPaperConfig().getBoolean("proxies.velocity.enabled")) {
|
||||||
warnInvalidProxySetups("Velocity");
|
warnInvalidProxySetups("Velocity");
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -113,6 +113,7 @@ public class GeyserVelocityPlugin implements GeyserBootstrap {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onGeyserEnable() {
|
public void onGeyserEnable() {
|
||||||
|
// If e.g. the config failed to load, GeyserImpl was not loaded and we cannot start
|
||||||
if (geyser == null) {
|
if (geyser == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue