fix : 서버 설정파일 빼기 작업
This commit is contained in:
@@ -15,10 +15,9 @@ public class PartyManager
|
||||
// 파티 생성
|
||||
public bool CreateParty(int leaderId, string partyName, out PartyInfo? party, List<int>? memeberIds = null)
|
||||
{
|
||||
party = null;
|
||||
|
||||
if (playerPartyMap.ContainsKey(leaderId))
|
||||
{
|
||||
party = null;
|
||||
return false; // 이미 파티에 속해있음
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user