mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 08:56:04 +01:00
Refactor some commands and move inventory/team limits to the config
This commit is contained in:
@@ -148,8 +148,8 @@ public class GenshinAvatar {
|
||||
|
||||
public void setOwner(GenshinPlayer player) {
|
||||
this.owner = player;
|
||||
this.ownerId = player.getId();
|
||||
this.guid = player.getNextGuid();
|
||||
this.ownerId = player.getUid();
|
||||
this.guid = player.getNextGenshinGuid();
|
||||
}
|
||||
|
||||
public int getSatiation() {
|
||||
|
||||
Reference in New Issue
Block a user