mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-17 15:54:36 +01:00
fix LightenSectionList
This commit is contained in:
@@ -30,7 +30,7 @@ public class PacketGetSceneMapInfoScRsp extends BasePacket {
|
|||||||
.setEntryId(entryId);
|
.setEntryId(entryId);
|
||||||
|
|
||||||
// Map sections. TODO un hardcode
|
// Map sections. TODO un hardcode
|
||||||
for (int i = 0; i < 25; i++) {
|
for (int i = 0; i < 100; i++) {
|
||||||
mazeMap.addAllLightenSectionList(i);
|
mazeMap.addAllLightenSectionList(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user