mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-17 21:02:20 +01:00
Fixed bug with saving to flat file.
Must remember to include blank constructor so Beans can create the object!
This commit is contained in:
parent
d34ad5dce3
commit
3b7b7fa557
@ -94,6 +94,13 @@ public class Players implements DataObject {
|
|||||||
.collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue));
|
.collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the homeLocations
|
||||||
|
*/
|
||||||
|
public Map<Location, Integer> getHomeLocations() {
|
||||||
|
return homeLocations;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the kickedList
|
* @return the kickedList
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user