mirror of
https://github.com/BentoBoxWorld/Warps.git
synced 2024-11-15 23:25:27 +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
55f42af9c2
commit
3f57959a95
@ -16,7 +16,9 @@ public class WarpsData implements DataObject {
|
||||
@Expose
|
||||
private String uniqueId = "warps";
|
||||
@Expose
|
||||
private Map<Location, UUID> warpSigns = new HashMap<>();
|
||||
private Map<Location, UUID> warpSigns = new HashMap<>();
|
||||
|
||||
public WarpsData() {}
|
||||
|
||||
@Override
|
||||
public String getUniqueId() {
|
||||
|
Loading…
Reference in New Issue
Block a user