mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
fixed profanity bug
fix the shared GUID connect fix linux log issue
This commit is contained in:
@ -33,7 +33,7 @@ WaitForCommand()
|
||||
|
||||
SendAlert(clientId, alertType, sound, message)
|
||||
{
|
||||
client = level.players[int(clientId)];
|
||||
client = playerForClientId(clientId);
|
||||
|
||||
client thread playLeaderDialogOnPlayer(sound, client.team);
|
||||
client playLocalSound(sound);
|
||||
|
Reference in New Issue
Block a user