mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 09:32:38 +00:00
QSBNetworkBehaviour: isClient is always true
This commit is contained in:
parent
0dea2b85c2
commit
743142e6d8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user