Skip to content

Commit

Permalink
Hopefully fixed bug with vanished properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhutown committed Nov 6, 2023
1 parent b8c4c03 commit fc0b10a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public static void loadSignals(final List<StateLoadHolder> signals,
synchronized (CURRENTLY_LOADED_STATES) {
CURRENTLY_LOADED_STATES.put(info.info, properties);
}
sendTo(info.info, properties, player);
sendToAll(info.info, properties);
updateListeners(info.info, properties, ChangedState.ADDED_TO_CACHE);
});
});
Expand Down

0 comments on commit fc0b10a

Please sign in to comment.