mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-01-18 16:26:26 +01:00
oopsiedooopsi
This commit is contained in:
parent
27f536ddc0
commit
c522db40da
@ -44,7 +44,7 @@ public class Injection extends SubForm {
|
||||
for (int i = 0; i < lines.length; i++) {
|
||||
String line = lines[i];
|
||||
while (isPacketIncomplete(line) && i < lines.length - 1)
|
||||
line += lines[++i];
|
||||
line += '\n' + lines[++i];
|
||||
|
||||
packets.add(new HPacket(line));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user