mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-21 21:52:07 +02:00
Merge pull request #5 from kolbytn/abort-fix
fixed abort replace string
This commit is contained in:
commit
aa3924a819
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export class Coder {
|
|||
return code;
|
||||
}
|
||||
}
|
||||
code = code.replace(';', '; if(bot.abort_code) return false;')
|
||||
code = code.replaceAll(';\n', '; if(bot.abort_code) return false;\n')
|
||||
return code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue