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:
@@ -22,7 +22,7 @@ public class PlayerProfile {
|
||||
public PlayerProfile() { }
|
||||
|
||||
public PlayerProfile(GenshinPlayer player) {
|
||||
this.id = player.getId();
|
||||
this.id = player.getUid();
|
||||
this.syncWithCharacter(player);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user