add more lineup & add SwitchLineup
This commit is contained in:
@@ -47,7 +47,7 @@ async def handle(session: PlayerSession, msg: GetSceneMapInfoCsReq) -> betterpro
|
||||
for prop in group.PropList:
|
||||
maze_prop = MazePropState(
|
||||
group_id=group_id,
|
||||
state=8 if prop.MappingInfoID > 0 else (1 if prop.State == 0 else prop.State),
|
||||
state=prop.State if prop.State else 0,
|
||||
config_id=prop.ID
|
||||
)
|
||||
if prop.MappingInfoID > 0:
|
||||
|
||||
Reference in New Issue
Block a user