mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 23:03:20 +00:00
Fix sceneprocessor inc being wrong
This commit is contained in:
parent
4482eccb7c
commit
4b058bf63d
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -65,7 +65,7 @@ forward void OnSceneStageChanged(int scene, SceneStages stage);
|
|||
* @return Plugin_Stop to stop vocalize command.
|
||||
* Plugin_Continue to allow vocalize command.
|
||||
*/
|
||||
forward Action OnVocalizationProcess(int client, const char[] vocalize, int initiator);
|
||||
forward Action OnVocalizeCommand(int client, const char[] vocalize, int initiator);
|
||||
|
||||
/**
|
||||
* Returns scene stage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue