rename event() to place_event()
This commit is contained in:
parent
6216c4be17
commit
1f8f4ffef5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void plugin_startup()
|
|||
|
||||
void plugin_shutdown()
|
||||
{
|
||||
dispatch_register(0, (EventHandler)event, NULL);
|
||||
dispatch_register(0, (EventHandler)place_event, NULL);
|
||||
|
||||
history_shutdown();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue