More working components

This commit is contained in:
momo5502 2023-03-04 13:34:23 +01:00
parent 7a99c23093
commit aabacaa1ab
2 changed files with 2 additions and 2 deletions

View File

@ -212,4 +212,4 @@ namespace exception
};
}
REGISTER_COMPONENT(exception::component)
REGISTER_COMPONENT_WORKING(exception::component)

View File

@ -145,4 +145,4 @@ namespace server_list
};
}
REGISTER_COMPONENT(server_list::component)
REGISTER_COMPONENT_WORKING(server_list::component)