mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-09 06:35:42 +12:00
Fix more error
This commit is contained in:
parent
cb435349d8
commit
feb974de09
1 changed files with 1 additions and 1 deletions
|
@ -3639,7 +3639,7 @@ namespace HISP.Server
|
||||||
foreach (GameClient client in ConnectedClients)
|
foreach (GameClient client in ConnectedClients)
|
||||||
if (client.LoggedIn)
|
if (client.LoggedIn)
|
||||||
if (!client.LoggedinUser.MuteLogins && !client.LoggedinUser.MuteAll)
|
if (!client.LoggedinUser.MuteLogins && !client.LoggedinUser.MuteAll)
|
||||||
if (client.LoggedinUser.Id != userId)
|
if (client.LoggedinUser.Id != sender.LoggedinUser.Id)
|
||||||
client.SendPacket(loginMessageBytes);
|
client.SendPacket(loginMessageBytes);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue