Skip to content

Commit

Permalink
更新 PacketOpenStateUpdateNotify.java
Browse files Browse the repository at this point in the history
  • Loading branch information
亡灵暴龙大帝 committed Jul 1, 2024
1 parent 97c92f2 commit 6e5de07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public PacketOpenStateUpdateNotify(Player player) {

// 将所有OpenState的状态改为1 也就是全部打开 与/unlockall效果相同
proto.putOpenStateMap(id, 1);
proto.putOpenStateMap(48, 1); // // 把地图大边界状态改为0
proto.putOpenStateMap(48, 0); // // 把地图大边界状态改为0

if ((id == 45) && !GAME_OPTIONS.resinOptions.resinUsage) {
proto.putOpenStateMap(45, 0); // Remove resin from map
Expand Down

0 comments on commit 6e5de07

Please sign in to comment.