mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-10 21:40:19 +00:00
commit
d0b80fea7b
@ -71,7 +71,8 @@ namespace QSB.Events
|
||||
|
||||
private void OnClientReceive(T message)
|
||||
{
|
||||
if (PlayerRegistry.IsBelongingToLocalPlayer(message.FromId))
|
||||
if (message.FromId == PlayerRegistry.LocalPlayerId ||
|
||||
PlayerRegistry.IsBelongingToLocalPlayer(message.AboutId))
|
||||
{
|
||||
OnReceiveLocal(message);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user