diff --git a/src/client/component/network.cpp b/src/client/component/network.cpp index 06e462c6..4f35934e 100644 --- a/src/client/component/network.cpp +++ b/src/client/component/network.cpp @@ -430,4 +430,4 @@ namespace network }; } -REGISTER_COMPONENT(network::component) \ No newline at end of file +//REGISTER_COMPONENT(network::component) \ No newline at end of file diff --git a/src/client/component/party.cpp b/src/client/component/party.cpp index 967b5e3c..1424a56e 100644 --- a/src/client/component/party.cpp +++ b/src/client/component/party.cpp @@ -429,4 +429,4 @@ namespace party }; } -REGISTER_COMPONENT(party::component) \ No newline at end of file +//REGISTER_COMPONENT(party::component) \ No newline at end of file