Skip to content

Commit

Permalink
fix: Fix computer beep
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Oct 24, 2024
1 parent 034c7a9 commit 809b822
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "AudioController.generated.h"

class UAudioComponent;
Expand All @@ -13,7 +14,7 @@ class FICSITNETWORKSCOMPUTER_API UFINKernelAudioController : public UActorCompon
UPROPERTY()
UAudioComponent* AudioComponent = nullptr;

UFUNCTION(NetMulticast, Unreliable)
UFUNCTION(NetMulticast, Reliable)
void ExecBeep(float InPitch);

public:
Expand Down

0 comments on commit 809b822

Please sign in to comment.