mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-27 21:15:28 +01:00
Fixed issue with boost saving.
This commit is contained in:
parent
0c1e8434b7
commit
34de4e622a
@ -46,7 +46,7 @@ public abstract class Storage {
|
||||
String endTime = String.valueOf(boostData.getEndTime());
|
||||
prepareSaveItem("boosts", new StorageItem("endtime", endTime),
|
||||
new StorageItem("amount", boostData.getMultiplier()),
|
||||
new StorageItem("player", boostData.getPlayer()));
|
||||
new StorageItem("player", boostData.getPlayer().toString()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user