mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-13 12:23:42 +08:00
Unlock hidden points (#2016)
This commit is contained in:
committed by
GitHub
Unverified
parent
668461a6f1
commit
8a5a6ab83e
@@ -17,9 +17,11 @@ public class PacketGetScenePointRsp extends BasePacket {
|
||||
if (GameData.getScenePointIdList().size() == 0) {
|
||||
for (int i = 1; i < 1000; i++) {
|
||||
p.addUnlockedPointList(i);
|
||||
p.addUnhidePointList(i);
|
||||
}
|
||||
} else {
|
||||
p.addAllUnlockedPointList(player.getUnlockedScenePoints(sceneId));
|
||||
p.addAllUnhidePointList(player.getUnlockedScenePoints(sceneId));
|
||||
}
|
||||
|
||||
for (int i = 1; i < 9; i++) {
|
||||
|
||||
Reference in New Issue
Block a user