Skip to content

Commit

Permalink
Update WeaponUtilities.pwn (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakinsPL committed Jul 22, 2020
1 parent 9a2c23c commit 7e5633c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pawn/Entities/Weapons/WeaponUtilities.pwn
Expand Up @@ -91,9 +91,7 @@ class WeaponUtilities {
*/
@command("weapons")
public onWeaponsCommand(playerId, params[]) {
if (Player(playerId)->isAdministrator() == false)
return 0;


new dialogCaption[32], dialogMessage[900], weaponName[32];
format(dialogCaption, sizeof(dialogCaption), "Weapons and Ids");

Expand Down

1 comment on commit 7e5633c

@EPIC-striker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You saw my comment and did it lol. You made my day man :)

Please sign in to comment.