mirror of
https://github.com/CFC-Servers/cfc_chat_transit.git
synced 2025-03-04 03:03:05 -05:00
Fix nil index error
This commit is contained in:
parent
dfa279b534
commit
c553331e05
@ -62,6 +62,6 @@ hook.Add "PlayerDisconnected", "CFC_ChatTransit_AvatarServiceReset", (ply) ->
|
||||
ErrorNoHalt "[ChatTransit] Failed to get player's SteamID64 in PlayerDisconnected"
|
||||
return
|
||||
|
||||
AvatarService.processedIDs[steamID64] = nil
|
||||
ChatTransit.AvatarService.processedIDs[steamID64] = nil
|
||||
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user