Fix the name portion of the prisoners not loading.
This commit is contained in:
parent
7898d3518e
commit
4f7678fed6
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user