Skip to content

Commit

Permalink
Fix BedWars warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc committed Jun 26, 2024
1 parent f49347b commit 66968c1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ public void onEnable() {
obsidianPos.clear();
check = false;
outsideSpawn = true;

if (!Utils.isHypixel()) {
Utils.sendMessage(this.getPrettyName() + ChatFormatting.RED + " is made for Hypixel. It may won't work on others server!");
}
}

public void onDisable() {
Expand Down

0 comments on commit 66968c1

Please sign in to comment.