Skip to content

Commit 338a2a3

Browse files
committed
Fix errors when other servers connect(hotfix)
1 parent 07b746d commit 338a2a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/linktechtips/process/network/ServerInterface.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,6 @@ public void sendPacket(AbstractUser exclude, @Nullable AbstractUser direction, i
328328
/* Assemble the packet */
329329
assemble(buf, cmdNum, to, from, bi, pc, hc, data);
330330

331-
if (direction != null) {
332-
direction.uslprintf("%d \n", slCheck);
333-
return;
334-
}
335331

336332
/* Now look at the destionation field, to determine the route for this
337333
packet */

0 commit comments

Comments
 (0)