mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Add clientAuthority check
This commit is contained in:
parent
7b1761ea1e
commit
847d02cfda
@ -55,7 +55,7 @@ bool sendMessagesAllowed
|
||||
return true;
|
||||
}
|
||||
|
||||
return hasAuthority;
|
||||
return (hasAuthority && clientAuthority);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user