This commit is contained in:
ineed bots
2023-11-29 13:37:35 -06:00
parent f1307835af
commit 01e24ad079
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ init()
do_printconsole( s )
{
PrintConsole( s );
PrintConsole( s + "\n" );
}
do_filewrite( file, contents, mode )