diff options
author | Keuin <[email protected]> | 2021-01-22 21:59:27 +0800 |
---|---|---|
committer | keuin <[email protected]> | 2021-01-22 21:59:27 +0800 |
commit | 4ac575330130ac4e1b4b35386ffc0aacd431a5a4 (patch) | |
tree | c5b7c484b38b4b4cc0ffa3c7ac93b3c513f86f7a /src/main/resources | |
parent | 781c8268e53a75c6d54b5305ed7a6b94c58a9c0d (diff) |
BugFix: `/kb list` or `/kb` shows `null` for all incremental backups.1.4.5
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ce26dd2..e2d9d39 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -13,7 +13,7 @@ }, "license": "GPL V3", "icon": "assets/kbackupfabric/icon.png", - "environment": "*", + "environment": "server", "entrypoints": { "main": [ "com.keuin.kbackupfabric.KBPluginEvents" |