mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-19 12:40:56 +00:00
bruh
This commit is contained in:
parent
69a13c2304
commit
c278a46cb4
@ -104,7 +104,12 @@ public abstract class QSBNetworkBehaviour : NetworkBehaviour
|
||||
|
||||
private void OnData(ArraySegment<byte> data)
|
||||
{
|
||||
if (hasAuthority || !IsValid)
|
||||
if (!IsValid)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (hasAuthority)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user