Skip to content

Commit 6372486

Browse files
committed
v2.0.1 - Fixed helpmsg
1 parent 895cbcc commit 6372486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcd_task/command_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def list_task(source: CommandSource):
373373

374374
def show_help(source: CommandSource):
375375
meta = source.get_server().get_plugin_metadata('mcd_task')
376-
help_message = source.get_server().tr('mcd_task.help_msg').format(PREFIX, meta.name, str(meta.version))
376+
help_message = source.get_server().tr('mcd_task.help_msg', PREFIX, meta.name, str(meta.version))
377377
help_msg_rtext = ''
378378
symbol = 0
379379
for line in help_message.splitlines():

mcdreforged.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "mcd_task",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"name": "Task",
55
"description": "A plugin to show tasks of project in progress",
66
"author": [

0 commit comments

Comments
 (0)