Adjust server components

This commit is contained in:
momo5502 2023-03-05 10:34:43 +01:00
parent ef3c1186ce
commit 4289d692a7
8 changed files with 8 additions and 8 deletions

View File

@ -56,4 +56,4 @@ namespace chat
}; };
} }
REGISTER_COMPONENT(chat::component) REGISTER_COMPONENT_WORKING(chat::component)

View File

@ -54,4 +54,4 @@ namespace client_command
}; };
} }
REGISTER_COMPONENT(client_command::component) REGISTER_COMPONENT_WORKING(client_command::component)

View File

@ -48,4 +48,4 @@ namespace console_command
}; };
} }
REGISTER_COMPONENT(console_command::component) REGISTER_COMPONENT_WORKING(console_command::component)

View File

@ -73,4 +73,4 @@ namespace dedicated
}; };
} }
REGISTER_COMPONENT(dedicated::component) REGISTER_COMPONENT_WORKING(dedicated::component)

View File

@ -51,4 +51,4 @@ namespace dedicated_info
}; };
} }
REGISTER_COMPONENT(dedicated_info::component) REGISTER_COMPONENT_WORKING(dedicated_info::component)

View File

@ -92,4 +92,4 @@ namespace dedicated_patches
}; };
} }
REGISTER_COMPONENT(dedicated_patches::component) REGISTER_COMPONENT_WORKING(dedicated_patches::component)

View File

@ -67,5 +67,5 @@ namespace discord
} }
#ifndef DEV_BUILD #ifndef DEV_BUILD
REGISTER_COMPONENT(discord::component) REGISTER_COMPONENT_WORKING(discord::component)
#endif #endif

View File

@ -68,4 +68,4 @@ namespace game_log
}; };
} }
REGISTER_COMPONENT(game_log::component) REGISTER_COMPONENT_WORKING(game_log::component)