mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 12:39:51 +00:00
Update QuantumAuthorityEvent.cs
call base CheckMessage
This commit is contained in:
parent
88084bb24d
commit
d21f4a636a
@ -22,6 +22,11 @@ namespace QSB.QuantumSync.Events
|
||||
|
||||
public override bool CheckMessage(bool isServer, QuantumAuthorityMessage message)
|
||||
{
|
||||
if (!base.CheckMessage(isServer, message))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
var obj = QSBWorldSync.GetWorldFromId<IQSBQuantumObject>(message.ObjectId);
|
||||
|
||||
// Deciding if to change the object's owner
|
||||
@ -53,4 +58,4 @@ namespace QSB.QuantumSync.Events
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user