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) {
|
for(String uuid : prisoners) {
|
||||||
String pNode = node + "prisoners." + uuid + ".";
|
String pNode = node + "prisoners." + uuid + ".";
|
||||||
Prisoner pris = new Prisoner(uuid,
|
Prisoner pris = new Prisoner(uuid,
|
||||||
flat.getString(pNode + "prisoner"),
|
flat.getString(pNode + "name"),
|
||||||
flat.getBoolean(pNode + "muted"),
|
flat.getBoolean(pNode + "muted"),
|
||||||
flat.getLong(pNode + "time"),
|
flat.getLong(pNode + "time"),
|
||||||
flat.getString(pNode + "jailer"),
|
flat.getString(pNode + "jailer"),
|
||||||
|
Loading…
Reference in New Issue
Block a user