Skip to content

Commit 61236cf

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,12 @@ public void sendPacket(AbstractUser exclude, @Nullable AbstractUser direction, i
329329
assemble(buf, cmdNum, to, from, bi, pc, hc, data);
330330

331331

332+
//TODO
333+
// if (direction != null) {
334+
// direction.uslprintf("%s\n", slCheck);
335+
// return;
336+
//}
337+
332338
/* Now look at the destionation field, to determine the route for this
333339
packet */
334340

0 commit comments

Comments
 (0)