9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-26 02:19:23 +00:00

Update BukkitBootstrap.java

This commit is contained in:
XiaoMoMi
2025-05-29 21:34:07 +08:00
parent 6fab97c7de
commit 4572f99521

View File

@@ -60,10 +60,11 @@ public class BukkitBootstrap extends JavaPlugin {
}
private boolean isOnlineMode() {
if (Bukkit.getServer().getOnlineMode()) {
return true;
}
return isVelocityOnlineMode();
return true;
// if (Bukkit.getServer().getOnlineMode()) {
// return true;
// }
// return isVelocityOnlineMode();
}
private boolean isVelocityOnlineMode() {