SM Central fixes for new language natives (bug 4613).

This commit is contained in:
Nicholas Hastings
2011-03-12 23:56:04 -05:00
parent a81567e2d6
commit 46804d0faf
4 changed files with 11 additions and 3 deletions
+3 -1
View File
@@ -41,7 +41,7 @@
#include <IAdminSystem.h>
#define SMINTERFACE_PLAYERMANAGER_NAME "IPlayerManager"
#define SMINTERFACE_PLAYERMANAGER_VERSION 13
#define SMINTERFACE_PLAYERMANAGER_VERSION 14
struct edict_t;
class IPlayerInfo;
@@ -220,6 +220,8 @@ namespace SourceMod
* to actually add them to the queue.
*/
virtual void MarkAsBeingKicked() =0;
virtual void SetLanguageId(unsigned int id) =0;
};
/**