Fix the name portion of the prisoners not loading.

This commit is contained in:
graywolf336 2014-04-26 22:29:36 -05:00
parent 7898d3518e
commit 4f7678fed6

View File

@ -621,7 +621,7 @@ public class JailIO {
for(String uuid : prisoners) {
String pNode = node + "prisoners." + uuid + ".";
Prisoner pris = new Prisoner(uuid,
flat.getString(pNode + "prisoner"),
flat.getString(pNode + "name"),
flat.getBoolean(pNode + "muted"),
flat.getLong(pNode + "time"),
flat.getString(pNode + "jailer"),