Skip to content

Commit

Permalink
🔇 comment logs out
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Jan 2, 2024
1 parent 748c1de commit 5cbafbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audioware/reds/Debug.reds
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static exec func TestAudioEvent(game: GameInstance, name: String) -> Void
// Game.TestPlaySoundEvent("ono_v_effort_short");
public static exec func TestPlaySoundEvent(game: GameInstance, name: String) -> Void {
let player = GetPlayer(game);
LogChannel(n"DEBUG", s"player is defined: \(ToString(IsDefined(player)))");
// LogChannel(n"DEBUG", s"player is defined: \(ToString(IsDefined(player)))");
let sound: CName = StringToName(name);
GameObject.PlaySoundEvent(player, sound);
}
Expand Down

0 comments on commit 5cbafbd

Please sign in to comment.