Skip to content

hooks v2.0.2

Compare
Choose a tag to compare
@OptiJava OptiJava released this 09 Jun 11:57
· 18 commits to master since this release

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