mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-17 18:34:02 +08:00
Fix whitespace [skip actions]
This commit is contained in:
@@ -11,7 +11,7 @@ public class PacketScenePointUnlockNotify extends BasePacket {
|
||||
ScenePointUnlockNotify.Builder p = ScenePointUnlockNotify.newBuilder()
|
||||
.setSceneId(sceneId)
|
||||
.addPointList(pointId)
|
||||
.addUnhidePointList(pointId);
|
||||
.addUnhidePointList(pointId);
|
||||
|
||||
this.setData(p);
|
||||
}
|
||||
@@ -22,7 +22,7 @@ public class PacketScenePointUnlockNotify extends BasePacket {
|
||||
ScenePointUnlockNotify.Builder p = ScenePointUnlockNotify.newBuilder()
|
||||
.setSceneId(sceneId)
|
||||
.addAllPointList(pointIds)
|
||||
.addAllUnhidePointList(pointIds);
|
||||
.addAllUnhidePointList(pointIds);
|
||||
|
||||
this.setData(p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user