diff --git a/server/channelserver/handlers.go b/server/channelserver/handlers.go index d22f8be3b..dc285d9aa 100644 --- a/server/channelserver/handlers.go +++ b/server/channelserver/handlers.go @@ -12,11 +12,11 @@ import ( "strings" "time" + "crypto/rand" "erupe-ce/common/byteframe" "erupe-ce/network/mhfpacket" "go.uber.org/zap" "math/bits" - "math/rand" ) // Temporary function to just return no results for a MSG_MHF_ENUMERATE* packet