forked from sin365/AxibugEmuOnline
server fixed
This commit is contained in:
parent
2ea64e2d32
commit
b4496486a8
@ -1188,8 +1188,8 @@ namespace AxibugEmuOnline.Server
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
AppSrv.g_Log.Debug($"Join _c.UID->{_c.UID} RoomID->{RoomID}");
|
AppSrv.g_Log.Debug($"Join _c.UID->{_c.UID} RoomID->{RoomID}");
|
||||||
Dictionary<uint, uint> slotInfo = new Dictionary<uint, uint>();
|
Dictionary<uint, (uint, GamePadType)> slotInfo = new Dictionary<uint, (uint, GamePadType)>();
|
||||||
slotInfo[slotIdx] = joyIdx;
|
slotInfo[slotIdx] = (joyIdx,GamePadType.GlobalGamePad);
|
||||||
SetPlayerSlotData(_c, ref slotInfo);
|
SetPlayerSlotData(_c, ref slotInfo);
|
||||||
int newPlayerCount = GetPlayerCount();
|
int newPlayerCount = GetPlayerCount();
|
||||||
errcode = ErrorCode.ErrorOk;
|
errcode = ErrorCode.ErrorOk;
|
||||||
|
Loading…
Reference in New Issue
Block a user