Skip to content

Commit

Permalink
fix time limit of LowCostMSEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
inada-s committed Dec 11, 2020
1 parent a64959d commit 4eb39c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdxsv/lbs_lobby.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func NewLobby(app *Lbs, platform, disk string, lobbyID uint16) *LbsLobby {
}

if lobby.LobbySetting.LowCostMSEvent {
lobby.Rule.Timer = 4
lobby.Rule.RenpoMaskDC = MSMaskDCGuntank | MSMaskDCZgok | MSMaskDCZock | MSMaskDCGogg | MSMaskDCGouf | MSMaskDCGM | MSMaskDCZaku2S | MSMaskDCLGM | MSMaskDCAcguy | MSMaskDCZaku2 | MSMaskDCZaku1
lobby.Rule.ZeonMaskDC = MSMaskDCGuntank | MSMaskDCZgok | MSMaskDCZock | MSMaskDCGogg | MSMaskDCGouf | MSMaskDCGM | MSMaskDCZaku2S | MSMaskDCLGM | MSMaskDCAcguy | MSMaskDCZaku2 | MSMaskDCZaku1
}
Expand Down

0 comments on commit 4eb39c7

Please sign in to comment.