Loading in boosters (still untested) started on having proxy communicate booster updates to the server

This commit is contained in:
Stijn
2022-08-01 21:39:26 +02:00
parent 6b95f89fd6
commit 8b4178122e
5 changed files with 42 additions and 2 deletions
@@ -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;
}