Skip to content

Commit

Permalink
Small fix x2
Browse files Browse the repository at this point in the history
  • Loading branch information
isKONSTANTIN committed Jul 26, 2024
1 parent 657495d commit e5c2854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void notify(Notification notification) {
notifications.add(notification);

ChatHandler handler = (ChatHandler) abstractChatHandler;
if (handler.getActiveScene().equals(this))
if (this.equals(handler.getActiveScene()))
update();
}
}

0 comments on commit e5c2854

Please sign in to comment.