Merge branch 'development' into dev-world-scripts

This commit is contained in:
Melledy
2022-05-16 22:08:28 -07:00
20 changed files with 1281 additions and 1094 deletions

View File

@@ -140,7 +140,7 @@ public class GameSession extends KcpChannel {
}
public void replayPacket(int opcode, String name) {
String filePath = PACKETS_FOLDER + name;
String filePath = PACKET(name);
File p = new File(filePath);
if (!p.exists()) return;