menuentryswapper: Append calls

This commit is contained in:
sdburns1998
2019-07-07 15:38:56 +02:00
parent 5348b39e4b
commit 08097ddb47

View File

@@ -38,7 +38,7 @@ public class Parse
{ {
if (!str.startsWith("//")) if (!str.startsWith("//"))
{ {
sb.append(str + "\n"); sb.append(str).append("\n");
} }
} }