mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
sort imports
This commit is contained in:
@@ -5,11 +5,11 @@ import (
|
|||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"erupe-ce/common/stringsupport"
|
"erupe-ce/common/stringsupport"
|
||||||
|
_config "erupe-ce/config"
|
||||||
"fmt"
|
"fmt"
|
||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
"golang.org/x/exp/slices"
|
"golang.org/x/exp/slices"
|
||||||
"math/rand"
|
"math/rand"
|
||||||
_config "erupe-ce/config"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"erupe-ce/common/byteframe"
|
"erupe-ce/common/byteframe"
|
||||||
@@ -102,7 +102,7 @@ func handleMsgMhfGetUdSchedule(s *Session, p mhfpacket.MHFPacket) {
|
|||||||
timestamps = generateDivaTimestamps(s, start, false)
|
timestamps = generateDivaTimestamps(s, start, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
if s.server.erupeConfig.RealClientMode <= _config.Z1 {
|
if s.server.erupeConfig.RealClientMode > _config.Z1 {
|
||||||
bf.WriteUint32(id)
|
bf.WriteUint32(id)
|
||||||
}
|
}
|
||||||
for i := range timestamps {
|
for i := range timestamps {
|
||||||
|
|||||||
Reference in New Issue
Block a user