Skip to content

Commit 7e5633c

Browse files
authored
Update WeaponUtilities.pwn (#795)
1 parent 9a2c23c commit 7e5633c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pawn/Entities/Weapons/WeaponUtilities.pwn

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ class WeaponUtilities {
9191
*/
9292
@command("weapons")
9393
public onWeaponsCommand(playerId, params[]) {
94-
if (Player(playerId)->isAdministrator() == false)
95-
return 0;
96-
94+
9795
new dialogCaption[32], dialogMessage[900], weaponName[32];
9896
format(dialogCaption, sizeof(dialogCaption), "Weapons and Ids");
9997

0 commit comments

Comments
 (0)