Skip to content

Commit 440ca01

Browse files
authored
Merge pull request #92 from CedaryCat/fix/unexpexted-section-send
fix: remove player.active assignment to avoid unexpected tile section sending
2 parents d72faa9 + 2763075 commit 440ca01

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/UnifierTSL/UnifiedServerCoordinator.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@ private void ProcessPacket(int packetStart, int contentLength) {
263263
globalClients[Index].ResetSections(joinServer);
264264

265265
SetClientCurrentlyServer(Index, joinServer);
266-
267-
serverPlayer.active = true;
268-
266+
269267
UnifierApi.EventHub.Coordinator.JoinServer.Invoke(new(joinServer, player.whoAmI));
270268

271269
UnifierApi.UpdateTitle();

0 commit comments

Comments
 (0)