Skip to content

Commit ad31b73

Browse files
committed
fix throw on holster
1 parent a42dec4 commit ad31b73

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zombiepanic",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "CS Zombie Panic",
55
"scripts": {
66
"build": "amxxpack build",

src/include/zombiepanic.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/*
2+
1.5.1
3+
Fixes:
4+
Fixed grenade throw on holster
5+
26
1.5.0
37
Common:
48
Refactored the entire codebase using AMXX Modding Kit

src/include/zombiepanic_const.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <weapon_base_throwable_const>
77

88
#define ZP_TITLE "Zombie Panic"
9-
#define ZP_VERSION "1.5.0"
9+
#define ZP_VERSION "1.5.1"
1010

1111
/*--------------------------------[ Constants ]--------------------------------*/
1212

0 commit comments

Comments
 (0)