mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Add missing message dispatch registration
This commit is contained in:
@ -830,6 +830,8 @@ void plPythonFileMod::AddTarget(plSceneObject* sobj)
|
||||
// the message that is spammed to anyone who will listen
|
||||
plgDispatch::Dispatch()->RegisterForExactType(plAIBrainCreatedMsg::Index(), GetKey());
|
||||
}
|
||||
if (fPyFunctionInstances[kfunc_OnSubtitleMsg])
|
||||
plgDispatch::Dispatch()->RegisterForExactType(plSubtitleMsg::Index(), GetKey());
|
||||
|
||||
// As the last thing... call the OnInit function if they have one
|
||||
if ( fPyFunctionInstances[kfunc_Init] != nil )
|
||||
|
Reference in New Issue
Block a user