Fix the issue in the config which was causing the tests to fail.

This commit is contained in:
graywolf336 2014-02-14 23:53:06 -06:00
parent c84b833ebb
commit 5f39776825

View File

@ -24,7 +24,7 @@ jailing:
blockPlaceWhiteList: ['crops', 'carrot', 'potato'] # these blocks can be placed at any time by prisoners blockPlaceWhiteList: ['crops', 'carrot', 'potato'] # these blocks can be placed at any time by prisoners
commandPenalty: 5m commandPenalty: 5m
commandProtection: true commandProtection: true
commandWhitelist: ['/ping', '/list', '/jail status] commandWhitelist: ['/ping', '/list', '/jail status']
countDownTimeWhileOffline: false countDownTimeWhileOffline: false
cropTramplingPenalty: 5m cropTramplingPenalty: 5m
cropTramplingProtection: true cropTramplingProtection: true