Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Feb 1, 2025
1 parent d07741a commit ce87fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions delayexe/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class DLEConfig(Config, msg_id=MSG_ID):
'reload': 3,
}

def get_config():
return DLEConfig.instance
def get_config() -> DLEConfig:
return DLEConfig.instance()

def init(server: MCDR.PluginServerInterface):
global BIG_BLOCK_BEFOR, BIG_BLOCK_AFTER
Expand Down
2 changes: 1 addition & 1 deletion mcdreforged.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "delayexe",
"version": "1.4.0",
"version": "1.4.1",
"name": "Delay Exe",
"description": {
"en_us": "Delay execute command until all player have left",
Expand Down

0 comments on commit ce87fa3

Please sign in to comment.