mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-19 00:49:51 +08:00
Add home resource gain (#2064)
This commit is contained in:
committed by
GitHub
Unverified
parent
220c23b960
commit
b209d91947
@@ -1107,6 +1107,9 @@ public class Player {
|
||||
|
||||
// Satiation
|
||||
this.getSatiationManager().reduceSatiation();
|
||||
|
||||
// Home resources
|
||||
this.getHome().updateHourlyResources(this);
|
||||
}
|
||||
|
||||
private synchronized void doDailyReset() {
|
||||
|
||||
Reference in New Issue
Block a user