From 5f397768256c270c844633ee2886b916edcd26fe Mon Sep 17 00:00:00 2001 From: graywolf336 Date: Fri, 14 Feb 2014 23:53:06 -0600 Subject: [PATCH] Fix the issue in the config which was causing the tests to fail. --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 1fd1c56..fb20b46 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -24,7 +24,7 @@ jailing: blockPlaceWhiteList: ['crops', 'carrot', 'potato'] # these blocks can be placed at any time by prisoners commandPenalty: 5m commandProtection: true - commandWhitelist: ['/ping', '/list', '/jail status] + commandWhitelist: ['/ping', '/list', '/jail status'] countDownTimeWhileOffline: false cropTramplingPenalty: 5m cropTramplingProtection: true