mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 01:15:52 +01:00
Add home resource gain (#2064)
This commit is contained in:
@@ -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