mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 14:08:06 +01:00
Removed the display_usage() event
This commit is contained in:
parent
01dc0b79b6
commit
c9b9872888
3 changed files with 0 additions and 32 deletions
|
|
@ -16,9 +16,6 @@ void init_events(void)
|
|||
{
|
||||
/* Allocate Event List */
|
||||
world_events = create_list();
|
||||
|
||||
/* Attach Our Events */
|
||||
attach_mud_event(display_usage, new_mud_event(EVENT_WORLD, NULL, NULL), 10 * PASSES_PER_SEC);
|
||||
}
|
||||
|
||||
void attach_mud_event(void (*func), struct mud_event_data *pMudEvent, long time)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue