From 3061beb1782f39bf393abbc5d2615acfbdefc989 Mon Sep 17 00:00:00 2001 From: Igor <63194135+WessTorn@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:56:22 +0300 Subject: [PATCH] Update hns_main.sma --- hns_main.sma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hns_main.sma b/hns_main.sma index 1e7e481..4e431b8 100644 --- a/hns_main.sma +++ b/hns_main.sma @@ -46,7 +46,7 @@ enum _: Forwards_s { new g_hForwards[Forwards_s]; public plugin_init() { - register_plugin("HNS Mode Main", "1.0.2", "OpenHNS"); + register_plugin("HNS Mode Main", "1.0.3", "OpenHNS"); register_clcmd("chooseteam", "BlockCmd"); register_clcmd("jointeam", "BlockCmd"); @@ -455,4 +455,4 @@ stock getRandomAlivePlayer(TeamName:iTeam) { return 0 return iNum > 1 ? iPlayers[random(iNum)] : iPlayers[iNum - 1]; -} \ No newline at end of file +}