Loading in boosters (still untested) started on having proxy communicate booster updates to the server
This commit is contained in:
@@ -28,6 +28,11 @@ public abstract class BoosterStorage {
|
||||
mapper.enable(SerializationFeature.INDENT_OUTPUT);
|
||||
}
|
||||
|
||||
public void reload() {
|
||||
boosters.clear();
|
||||
loadBoosters();
|
||||
}
|
||||
|
||||
public Map<UUID, Booster> getBoosters() {
|
||||
return boosters;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user