mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 16:04:00 +08:00
Add option "all" for UnlockMap and change the default behavior for "/prop unlockmap on" (#2196)
* Do not unlock unnecessary scene points during '/prop unlockmap on' * Format code [skip actions] * Backup scenePoints since we might modify it * Format code [skip actions] * Add 'all' for UnlockMap --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
4093420c90
commit
1ed89598ff
@@ -19,6 +19,8 @@ public final class PointData {
|
||||
@Getter private Position pos;
|
||||
@Getter private Position rot;
|
||||
@Getter private Position size;
|
||||
@Getter private boolean forbidSimpleUnlock;
|
||||
@Getter private boolean unlocked;
|
||||
|
||||
@SerializedName(
|
||||
value = "dungeonIds",
|
||||
|
||||
Reference in New Issue
Block a user