Skip to content

Commit

Permalink
Mensaje solo Admin y dios (#359)
Browse files Browse the repository at this point in the history
Message to close client only for admin and god
  • Loading branch information
ReyarB authored Aug 23, 2023
1 parent be05506 commit 1b7e83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codigo/Protocol_GmCommands.bas
Original file line number Diff line number Diff line change
Expand Up @@ -4288,7 +4288,7 @@ Public Sub HandleCerrarCliente(ByVal UserIndex As Integer)
108 If Not IsValidUserRef(tUser) Then
110 Call WriteConsoleMsg(UserIndex, "El usuario no esta online.", e_FontTypeNames.FONTTYPE_INFO)
Else
112 Call SendData(SendTarget.ToAll, 0, PrepareMessageConsoleMsg(.name & " cerro el cliente de " & username & ".", e_FontTypeNames.FONTTYPE_INFO))
112 Call SendData(SendTarget.ToAdminsYDioses, 0, PrepareMessageConsoleMsg(.name & " cerro el cliente de " & username & ".", e_FontTypeNames.FONTTYPE_INFO))
114 Call WriteCerrarleCliente(tUser.ArrayIndex)
116 Call LogGM(.name, "Cerro el cliene de:" & username)
End If
Expand Down

0 comments on commit 1b7e83c

Please sign in to comment.