Skip to content

Commit

Permalink
Update hns_main.sma
Browse files Browse the repository at this point in the history
  • Loading branch information
WessTorn authored Oct 24, 2023
1 parent e6f011c commit 3061beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hns_main.sma
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -455,4 +455,4 @@ stock getRandomAlivePlayer(TeamName:iTeam) {
return 0

return iNum > 1 ? iPlayers[random(iNum)] : iPlayers[iNum - 1];
}
}

0 comments on commit 3061beb

Please sign in to comment.