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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user