Fix sceneprocessor inc being wrong

This commit is contained in:
Jackz 2022-06-27 11:40:06 -05:00
parent 4482eccb7c
commit 4b058bf63d
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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.