Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Khuirul-Huda committed Jul 3, 2022
1 parent 28f25a0 commit 0d149be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/me/khuirulhuda/glaciervotes/events/Vote.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ public void onPlayerJoin(PlayerJoinEvent event) {
//final String whfooter = Main.getInstance().getConfig().getString("footer");
//final String whthumbnail = Main.getInstance().getConfig().getString("thumbnail");
//final String whusername = Main.getInstance().getConfig().getString("username");
//final String whdescription = Main.getInstance().getConfig().getString("description").replaceAll("%player%",
gnamee);
//final String whdescription = Main.getInstance().getConfig().getString("description").replaceAll("%player%",gnamee);
//final String whavatar = Main.getInstance().getConfig().getString("avatarurl");
//final String whurl = Main.getInstance().getConfig().getString("webhook");
//final boolean whenabled = !whurl.equalsIgnoreCase("null");
Expand Down

0 comments on commit 0d149be

Please sign in to comment.