Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Its not funny anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Feb 7, 2017
1 parent 1eb4612 commit 1b45db3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public void click(Click click) {
handleMessage = handleMessage.substring(1);
}
AnvilGui.this.curruntMessage = handleMessage;
AnvilGui.this.curruntItemDisplayName = AnvilGui.this.colorPrefix + (handleMessage.isEmpty() ? AnvilGui.this.backgroundString : AnvilGui.this.curruntMessage);
AnvilGui.this.updateBackgroundItem();
for(AnvilGuiListener listener : new ArrayList<>(AnvilGui.this.listener)) {
listener.onMessageChange(AnvilGui.this, handleMessage);
Expand Down

0 comments on commit 1b45db3

Please sign in to comment.