mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-21 06:59:50 +08:00
Refactor some commands and move inventory/team limits to the config
This commit is contained in:
@@ -13,7 +13,7 @@ public class PacketPlayerGameTimeNotify extends GenshinPacket {
|
||||
|
||||
PlayerGameTimeNotify proto = PlayerGameTimeNotify.newBuilder()
|
||||
.setGameTime(player.getScene().getTime())
|
||||
.setUid(player.getId())
|
||||
.setUid(player.getUid())
|
||||
.build();
|
||||
|
||||
this.setData(proto);
|
||||
|
||||
Reference in New Issue
Block a user