mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
fix user insertion not broadcasting
This commit is contained in:
@@ -18,7 +18,7 @@ func broadcastNewUser(s *Session) {
|
|||||||
clientNotif := byteframe.NewByteFrame()
|
clientNotif := byteframe.NewByteFrame()
|
||||||
var temp mhfpacket.MHFPacket
|
var temp mhfpacket.MHFPacket
|
||||||
for _, session := range s.server.sessions {
|
for _, session := range s.server.sessions {
|
||||||
if session == s || !s.binariesDone {
|
if session == s || !session.binariesDone {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
temp = &mhfpacket.MsgSysInsertUser{CharID: session.charID}
|
temp = &mhfpacket.MsgSysInsertUser{CharID: session.charID}
|
||||||
|
|||||||
Reference in New Issue
Block a user