Skip to content

Commit d24d5eb

Browse files
committed
Version 1.51-beta13 released
1 parent 9b4c6a6 commit d24d5eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ V 1.51-beta13
3737
* added: NS Marine troops can ditch their LMGs for better weapons
3838
* added: A /visibility folder to store visibility table files away from /waypoints folder
3939
* added: Max ammo assigned to specific weapons in order for bots to understand when to reload
40+
* added: Half-Life: Arena support for 3 additional weapons and stock map waypoints provided
4041

4142
* changed: Increased the bot's flexibility
4243
* changed: Avoid using welder in NS Combat

dlls/client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ void InitMessage ( const char *message );
344344
{
345345
edict_t* pEntity = nullptr;
346346

347-
//Vector v_other; //Not used? [APG]RoboCop[CL]
347+
Vector v_other; //Not used? [APG]RoboCop[CL]
348348
Vector v_comp;
349349
Vector v_origin = m_pPlayer->v.origin - Vector(0, 0, m_pPlayer->v.size.z * 0.5f);
350350
Vector v_original_vel;

0 commit comments

Comments
 (0)