파티 초대 실패 수정
This commit is contained in:
@ -252,7 +252,7 @@ func (sub *subTavern) OnRoomCreated(region, name string) {
|
||||
}
|
||||
|
||||
if cnt == 1 {
|
||||
sub.redison.JSONSet(name, "$", map[string]any{})
|
||||
sub.redison.JSONSet(name, "$", map[string]any{}, gocommon.RedisonSetOptionNX)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user