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