mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 03:40:54 +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)
|
private void OnData(ArraySegment<byte> data)
|
||||||
{
|
{
|
||||||
if (hasAuthority || !IsValid)
|
if (!IsValid)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (hasAuthority)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user