Skip to content

Commit

Permalink
fix incorrect debug override
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 28, 2021
1 parent d6a492e commit 2c69ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public String getPrefix() {
}

@Override
public String debug() {
public String debuggable() {
return identify() + " <GR>(" + emote.getName() + ")";
}

Expand Down

0 comments on commit 2c69ebe

Please sign in to comment.