Skip to content

Commit

Permalink
2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ra1ny-Yuki committed Dec 15, 2022
1 parent e5d3e46 commit ed1f8bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mcd_task/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ def on_load(server: PluginServerInterface, prev_module):
GlobalVariables.setup_task_manager(TaskManager.load())
register_cmd_tree(server)
server.register_help_message(PREFIX, server.tr("mcd_task.mcdr_help"))


def on_unload(*args, **kwargs):
GlobalVariables.logger.unset_file()
2 changes: 1 addition & 1 deletion mcdreforged.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "mcd_task",
"version": "2.3.4+build.66",
"version": "2.3.5+build.67",
"name": "Task",
"description": {
"en_us": "A plugin to show tasks of project in progress",
Expand Down

0 comments on commit ed1f8bb

Please sign in to comment.