This commit is contained in:
ineed bots
2023-11-29 13:38:49 -06:00
parent 2c7db3b149
commit f72f931bab
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 )