파티 초대 실패 수정

This commit is contained in:
2023-08-23 20:06:21 +09:00
parent a404764abf
commit 2534aa2a36
3 changed files with 4 additions and 2 deletions

View File

@ -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)
}
}