Fix networking being completely bamboozled

This commit is contained in:
Evil Factory
2026-02-10 20:26:46 -03:00
parent 9dde5cac7d
commit 6bbe5be5e6
4 changed files with 5 additions and 7 deletions
@@ -224,7 +224,7 @@ internal partial class NetworkingService : INetworkingService
#if CLIENT
SendToServer(message);
#elif SERVER
SendToClient(message);
SendToClient(message, connection);
#endif
}