add goal prio

This commit is contained in:
ineed bots
2023-11-30 03:19:54 -06:00
parent a114e724fd
commit 90eec289a1
3 changed files with 31 additions and 3 deletions

View File

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