Skip to content

Commit

Permalink
Fixing typo in update checker
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLord22 committed Feb 1, 2023
1 parent 22fdb61 commit 2709f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Updater {
private String spigotPluginVersion;

private static final int ID = 63497;
private static final String ERR_MSG = ChatColor.RED + "Update checking faile!";
private static final String ERR_MSG = ChatColor.RED + "Update checking failed!";

public Updater(OtherAnimalTeleport plugin) {
this.plugin = plugin;
Expand Down

0 comments on commit 2709f49

Please sign in to comment.