Adjust server components
This commit is contained in:
parent
ef3c1186ce
commit
4289d692a7
@ -56,4 +56,4 @@ namespace chat
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(chat::component)
|
REGISTER_COMPONENT_WORKING(chat::component)
|
||||||
|
@ -54,4 +54,4 @@ namespace client_command
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(client_command::component)
|
REGISTER_COMPONENT_WORKING(client_command::component)
|
||||||
|
@ -48,4 +48,4 @@ namespace console_command
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(console_command::component)
|
REGISTER_COMPONENT_WORKING(console_command::component)
|
||||||
|
@ -73,4 +73,4 @@ namespace dedicated
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(dedicated::component)
|
REGISTER_COMPONENT_WORKING(dedicated::component)
|
||||||
|
@ -51,4 +51,4 @@ namespace dedicated_info
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(dedicated_info::component)
|
REGISTER_COMPONENT_WORKING(dedicated_info::component)
|
||||||
|
@ -92,4 +92,4 @@ namespace dedicated_patches
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(dedicated_patches::component)
|
REGISTER_COMPONENT_WORKING(dedicated_patches::component)
|
||||||
|
@ -67,5 +67,5 @@ namespace discord
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef DEV_BUILD
|
#ifndef DEV_BUILD
|
||||||
REGISTER_COMPONENT(discord::component)
|
REGISTER_COMPONENT_WORKING(discord::component)
|
||||||
#endif
|
#endif
|
||||||
|
@ -68,4 +68,4 @@ namespace game_log
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(game_log::component)
|
REGISTER_COMPONENT_WORKING(game_log::component)
|
||||||
|
Loading…
Reference in New Issue
Block a user