From a5c54126bc3491dc1fb8f8fc206e7202d541dff0 Mon Sep 17 00:00:00 2001 From: Pepich Date: Thu, 27 Jul 2017 16:27:07 +0200 Subject: [PATCH] Added ChatAPI and ChestAPI to manifest.mf --- manifest.mf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.mf b/manifest.mf index 0850661..c8b23f2 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,3 +1,3 @@ Manifest-Version: 1.0 -Class-Path: ../lib/CommandManager.jar +Class-Path: ../lib/CommandManager.jar ../lib/ChatAPI.jar ../lib/ChestAPI.jar