Skip to content
Snippets Groups Projects
Commit 9363dec9 authored by Kayz's avatar Kayz
Browse files

add exit to foodfite script

parent fd17c937
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!77todd carlton door configs
......@@ -27,4 +27,6 @@ if (!file.open("w")) {
exit(1)
}
file.writeAll(lines);
file.close();
\ No newline at end of file
file.close();
exit(0);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment