Skip to content

Commit

Permalink
Merge pull request #532 from ao-org/Limpiar-area-a-semidios
Browse files Browse the repository at this point in the history
Comando Para semidios de limpiar area
  • Loading branch information
RecoX authored Mar 14, 2024
2 parents bbb3864 + 29ba391 commit 0f1cc4b
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 @@ -2705,7 +2705,7 @@ Public Sub HandleDestroyAllItemsInArea(ByVal UserIndex As Integer)
On Error GoTo HandleDestroyAllItemsInArea_Err
'Author: Nicolas Matias Gonzalez (NIGO)
100 With UserList(UserIndex)
102 If (.flags.Privilegios And (e_PlayerType.user Or e_PlayerType.Consejero Or e_PlayerType.SemiDios Or e_PlayerType.RoleMaster)) Then
102 If (.flags.Privilegios And (e_PlayerType.user Or e_PlayerType.Consejero Or e_PlayerType.RoleMaster)) Then
104 Call WriteConsoleMsg(UserIndex, "Servidor » Comando deshabilitado para tu cargo.", e_FontTypeNames.FONTTYPE_INFO)
Exit Sub
End If
Expand Down

0 comments on commit 0f1cc4b

Please sign in to comment.