QSBNetworkBehaviour: isClient is always true

This commit is contained in:
JohnCorby 2022-02-12 21:42:14 -08:00
parent 0dea2b85c2
commit 743142e6d8

View File

@ -17,11 +17,6 @@ namespace QSB.Utility
protected virtual void Update()
{
if (!isClient)
{
return;
}
if (!hasAuthority)
{
return;
@ -59,11 +54,6 @@ namespace QSB.Utility
public void SendInitialState(uint to)
{
if (!isClient)
{
return;
}
if (!hasAuthority)
{
return;