Make raiselocalevent not broadcast by default (#8998)
This commit is contained in:
@@ -238,7 +238,7 @@ namespace Content.Client.Verbs
|
||||
if (verb.ExecutionEventArgs != null)
|
||||
{
|
||||
if (verb.EventTarget.IsValid())
|
||||
RaiseLocalEvent(verb.EventTarget, verb.ExecutionEventArgs);
|
||||
RaiseLocalEvent(verb.EventTarget, verb.ExecutionEventArgs, true);
|
||||
else
|
||||
RaiseLocalEvent(verb.ExecutionEventArgs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user