From 4ac575330130ac4e1b4b35386ffc0aacd431a5a4 Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 22 Jan 2021 21:59:27 +0800 Subject: BugFix: `/kb list` or `/kb` shows `null` for all incremental backups. --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/fabric.mod.json') 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" -- cgit v1.2.3