Skip to content

Commit 556e583

Browse files
committed
Update Client.hx
1 parent b64cca8 commit 556e583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/Client.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ class Client {
10801080
if (_ws != null)
10811081
process_queue();
10821082

1083-
if (_tags != currentTags) {
1083+
if (currentTags != _tagsManager.tags) {
10841084
tagsManager.syncToClient();
10851085
}
10861086

0 commit comments

Comments
 (0)