Fixed crash

pull/91/head
M66B 6 years ago
parent a64b7999f2
commit 28b01666c6

@ -127,7 +127,7 @@ public class EntityMessage implements Serializable {
try {
this.body = (body == null ? "" : body);
out = new BufferedWriter(new FileWriter(file));
out.write(body);
out.write(this.body);
} finally {
if (out != null)
try {

Loading…
Cancel
Save