Whoops, didn't mean to move the database to the wrong config section.

This commit is contained in:
graywolf336 2014-03-08 22:57:33 -06:00
parent df45b267a7
commit 64c4298cca

View File

@ -11,6 +11,7 @@ storage:
port: 3306 port: 3306
username: 'root' username: 'root'
password: 'password' password: 'password'
database: 'jailDatabase'
prefix: 'j3_' prefix: 'j3_'
jailing: jailing:
during: during:
@ -55,7 +56,6 @@ jailing:
commands: [] commands: []
restorePreviousGameMode: false restorePreviousGameMode: false
teleport: true teleport: true
database: 'jailDatabase'
jails: jails:
endermenProtection: true endermenProtection: true
explosionProtection: true explosionProtection: true