mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-17 07:02:32 +08:00
Refactor some commands and move inventory/team limits to the config
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ public class PacketPlayerApplyEnterMpResultNotify extends GenshinPacket {
|
||||
super(PacketOpcodes.PlayerApplyEnterMpResultNotify);
|
||||
|
||||
PlayerApplyEnterMpResultNotify proto = PlayerApplyEnterMpResultNotify.newBuilder()
|
||||
.setTargetUid(target.getId())
|
||||
.setTargetUid(target.getUid())
|
||||
.setTargetNickname(target.getNickname())
|
||||
.setIsAgreed(isAgreed)
|
||||
.setReason(reason)
|
||||
|
||||
Reference in New Issue
Block a user