mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 19:09:54 +08:00
feat: set friend enter home option (#1860)
This commit is contained in:
committed by
GitHub
Unverified
parent
a4747abfc9
commit
610a364b9a
@@ -23,6 +23,7 @@ public class PacketPlayerHomeCompInfoNotify extends BasePacket {
|
||||
PlayerHomeCompInfoOuterClass.PlayerHomeCompInfo.newBuilder()
|
||||
.addAllUnlockedModuleIdList(player.getRealmList())
|
||||
.addAllLevelupRewardGotLevelList(List.of(1)) // Hardcoded
|
||||
.setFriendEnterHomeOptionValue(player.getHome().getEnterHomeOption())
|
||||
.build()
|
||||
)
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user