mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 00:45:34 +00:00
Fix reset tag without notification (#2405)
This commit is contained in:
parent
770cd62370
commit
b7a9d28f02
@ -114,6 +114,8 @@ public final class SetSceneTagCommand implements CommandHandler {
|
||||
.computeIfAbsent(sceneTag.getSceneId(), k -> new HashSet<>());
|
||||
targetPlayer.getSceneTags().get(sceneTag.getSceneId()).add(sceneTag.getId());
|
||||
});
|
||||
|
||||
this.setSceneTags(targetPlayer);
|
||||
}
|
||||
|
||||
private void setSceneTags(Player targetPlayer) {
|
||||
|
Loading…
Reference in New Issue
Block a user