mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
add config option to toggle MF MP game
This commit is contained in:
@@ -128,7 +128,7 @@ func (s *Session) makeSignInResp(uid int) []byte {
|
||||
bf.WriteUint32(0x0A5197DF)
|
||||
|
||||
mezfes := s.server.erupeConfig.DevModeOptions.MezFesEvent
|
||||
alt := false
|
||||
alt := s.server.erupeConfig.DevModeOptions.MezFesAlt
|
||||
if mezfes {
|
||||
// Start time
|
||||
bf.WriteUint32(uint32(channelserver.Time_Current_Adjusted().Add(-5 * time.Minute).Unix()))
|
||||
|
||||
Reference in New Issue
Block a user