mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 05:44:36 +01:00
Fix event ui button not showing up
This commit is contained in:
@@ -16,7 +16,7 @@ public class PacketGetActivityScheduleConfigScRsp extends BasePacket {
|
||||
var data = GetActivityScheduleConfigScRsp.newInstance();
|
||||
|
||||
for (var activity : GameData.getActivityPanelExcelMap().values()) {
|
||||
if (activity.getType() != 5) continue;
|
||||
if (activity.getType() != 18) continue;
|
||||
|
||||
var info = ActivityScheduleInfo.newInstance()
|
||||
.setActivityId(activity.getPanelID())
|
||||
|
||||
Reference in New Issue
Block a user