Update QSBEvent.cs

This commit is contained in:
Mister_Nebula 2020-12-13 22:39:09 +00:00
parent 7b500c7208
commit 96ec06e40d

View File

@ -44,7 +44,7 @@ namespace QSB.EventsCore
private void OnReceive(T message)
{
if (QSB.IsServer)
if (QSB.IsServer && !message.OnlySendToServer)
{
_eventHandler.SendToAll(message);
}