Skip to content

Commit 353bf08

Browse files
committed
Bump version to 0.0.8f
mp_nadedrops aggregation improvement Add missing "HealthNade_Give" cvar aggregation Change "HealthNade_Give" cvar value to 1 by default weaponbox creation logic fix
1 parent c2a88a7 commit 353bf08

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

amxmodx/scripting/reapi_healthnade.sma

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@
1919
* Перенос параметров хилки в переменные сущности: https://github.com/Giferns/HealthNade/pull/1
2020
0.0.7f:
2121
* Добавлены квары и словарь
22+
0.0.8f:
23+
* Фикс учёта mp_nadedrops (теперь учитывает значение на лету)
24+
* Добавлен недостающий учёт квара HealthNade_Give
25+
* Значение квара HealthNade_Give по-умолчанию теперь 1 (было 0)
26+
* Исправлена логика создания кастомного веапонбокса
2227
*/
2328

24-
new const PLUGIN_VERSION[] = "0.0.7f";
29+
new const PLUGIN_VERSION[] = "0.0.8f";
2530

2631
#pragma semicolon 1
2732

0 commit comments

Comments
 (0)