hooks v2.0.2
Change Log
Fix
1.Fix bug: hook on_mcdr_stopped
can't be executed
2.Exception TypeError
when execute mcdr_command
, resolve this issue by upgrading mcdr to 2.9.0
Changes
1.python_code
: put vars just in locals exec(command, var_dict, {}) -> exec(command, {}, var_dict)
Full Changelog: v2.0.1...v2.0.2