Fix the origin extension can only interact with edict

This commit is contained in:
LivingInPortal
2016-02-22 07:42:44 +08:00
parent 298c1a161a
commit 19fd9964a0
4 changed files with 16 additions and 57 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ public:
* @param late Whether or not Metamod considers this a late load.
* @return True to succeed, false to fail.
*/
virtual bool SDK_OnMetamodLoad(ISmmAPI *ismm, char *error, size_t maxlength, bool late);
//virtual bool SDK_OnMetamodLoad(ISmmAPI *ismm, char *error, size_t maxlength, bool late);
/**
* @brief Called when Metamod is detaching, after the extension version is called.