mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Fixed cryptography issue preventing connection to the game
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
@@ -58,6 +58,6 @@ public class BufferUtils {
|
||||
buffer.writeChar(str.charAt(i));
|
||||
}
|
||||
}
|
||||
buffer.writeChar('\000');
|
||||
buffer.writeShort(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user