🆙 Small fix Wired Highscore

This commit is contained in:
DuckieTM
2026-04-04 16:26:20 +02:00
parent e6f824aedd
commit 773694460f
2 changed files with 2 additions and 1 deletions
@@ -90,6 +90,7 @@ public class InteractionWiredHighscore extends HabboItem {
try {
int state = Integer.parseInt(this.getExtradata());
this.setExtradata(Math.abs(state - 1) + "");
this.needsUpdate(true);
room.updateItem(this);
} catch (Exception e) {
LOGGER.error("Caught exception", e);