Forgot to revert these.
This commit is contained in:
parent
d761e82294
commit
e5e285091e
@ -8,7 +8,7 @@ builder.SetBuildFolder('package')
|
|||||||
# Add any folders you need to this list
|
# Add any folders you need to this list
|
||||||
folder_list = [
|
folder_list = [
|
||||||
'addons/sourcemod/extensions',
|
'addons/sourcemod/extensions',
|
||||||
'addons/sourcemod/scripting/include',
|
#'addons/sourcemod/scripting/include',
|
||||||
#'addons/sourcemod/gamedata',
|
#'addons/sourcemod/gamedata',
|
||||||
#'addons/sourcemod/configs',
|
#'addons/sourcemod/configs',
|
||||||
]
|
]
|
||||||
|
@ -66,7 +66,7 @@ public:
|
|||||||
* @brief This is called once all known extensions have been loaded.
|
* @brief This is called once all known extensions have been loaded.
|
||||||
* Note: It is is a good idea to add natives here, if any are provided.
|
* Note: It is is a good idea to add natives here, if any are provided.
|
||||||
*/
|
*/
|
||||||
virtual void SDK_OnAllLoaded();
|
//virtual void SDK_OnAllLoaded();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Called when the pause state is changed.
|
* @brief Called when the pause state is changed.
|
||||||
|
Loading…
Reference in New Issue
Block a user