mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 09:35:26 +00:00
Update QSBEvent.cs
This commit is contained in:
parent
7b500c7208
commit
96ec06e40d
@ -44,7 +44,7 @@ namespace QSB.EventsCore
|
||||
|
||||
private void OnReceive(T message)
|
||||
{
|
||||
if (QSB.IsServer)
|
||||
if (QSB.IsServer && !message.OnlySendToServer)
|
||||
{
|
||||
_eventHandler.SendToAll(message);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user