Skip to content

Commit 2d8c628

Browse files
committed
Fix errors when other servers connect
1 parent c328d09 commit 2d8c628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

331331
if (direction != null) {
332-
direction.uslprintf("%s\n", slCheck);
332+
direction.uslprintf("%u\n", slCheck);
333333
return;
334334
}
335335

0 commit comments

Comments
 (0)