Upload from upload_mods.ps1
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class MinEventActionBroadcastPlaySoundLocal : MinEventActionPlaySound
|
||||
{
|
||||
public override bool CanExecute(MinEventTypes _eventType, MinEventParams _params)
|
||||
{
|
||||
return targetType == TargetTypes.self && !_params.Self.isEntityRemote && base.CanExecute(_eventType, _params);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user