Browse Source

Derp with extra patch line

master
Robotia 9 years ago
parent
commit
cbc5816f21
  1. BIN
      makepatch.class
  2. 2
      makepatch.java

BIN
makepatch.class

Binary file not shown.

2
makepatch.java

@ -26,7 +26,7 @@ while(in.hasNextLine())
if(!(current.endsWith("@@") || current.endsWith("@ "))) if(!(current.endsWith("@@") || current.endsWith("@ ")))
{ {
post += current.substring(0,current.lastIndexOf("@@")+2)+"\n"; post += current.substring(0,current.lastIndexOf("@@")+2)+"\n";
post += current.substring(current.lastIndexOf("@@")+2)+"\n"; //post += current.substring(current.lastIndexOf("@@")+2)+"\n";
} }
else else
{ {

Loading…
Cancel
Save