Removed TF2_GivePlayerWeapon() and TF2_EquipPlayerClassWeapons() stocks as they no longer work at all

The 'weapons' paramater in the TF2_SetPlayerClass() class is now ignored since it no longer works
Bumped 1.0.2 versions for the final time

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402236
This commit is contained in:
Scott Ehlert
2008-05-31 22:30:57 +00:00
parent 32f2680181
commit 8ad1cb0b8c
13 changed files with 24 additions and 132 deletions
+2 -2
View File
@@ -40,7 +40,7 @@
* @file Contains SourceMod version information.
*/
#define SVN_FULL_VERSION "1.0.2.2232"
#define SVN_FILE_VERSION 1,0,2,2232
#define SVN_FULL_VERSION "1.0.2.2236"
#define SVN_FILE_VERSION 1,0,2,2236
#endif //_INCLUDE_SOURCEMOD_VERSION_H_