mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
Fix typo deadlock
This commit is contained in:
@@ -257,7 +257,7 @@ func handleMsgSysCreateStage(s *Session, p mhfpacket.MHFPacket) {
|
||||
|
||||
s.server.stagesLock.Lock()
|
||||
s.server.stages[stripNullTerminator(s.stageID)] = &Stage{}
|
||||
s.server.stagesLock.Lock()
|
||||
s.server.stagesLock.Unlock()
|
||||
|
||||
resp := make([]byte, 8) // Unk resp.
|
||||
s.QueueAck(pkt.AckHandle, resp)
|
||||
|
||||
Reference in New Issue
Block a user