[Networking] Line Tracing problems across server/client

When you call a multicast function from the client, nothing will happen. This is because multicast is only replicated if the server calls it, which you can see on the node itself that says “replicated to all (if server)”.

Personally, I wouldn’t use a multicast function at all and instead use a server function.