menuentryswapper: Append calls
This commit is contained in:
@@ -38,7 +38,7 @@ public class Parse
|
|||||||
{
|
{
|
||||||
if (!str.startsWith("//"))
|
if (!str.startsWith("//"))
|
||||||
{
|
{
|
||||||
sb.append(str + "\n");
|
sb.append(str).append("\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user