Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from wopox1337/guns-menu-time
Browse files Browse the repository at this point in the history
EquipMenu display time infinite
  • Loading branch information
etojuice authored Jul 30, 2021
2 parents 8ea57d6 + cbd8888 commit 84f6cc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ MenuShow_EquipMenu(const pPlayer) {

menu_setprop(menu, MPROP_NUMBER_COLOR, "\y")

menu_display(pPlayer, menu, .time = 10)
menu_display(pPlayer, menu)
return PLUGIN_HANDLED
}

Expand Down

0 comments on commit 84f6cc1

Please sign in to comment.