mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-01-01 06:07:30 +00:00
removed two more logs
This commit is contained in:
parent
44dd36271e
commit
b0a41734d1
1 changed files with 4 additions and 4 deletions
|
|
@ -83,9 +83,9 @@ public sealed class PlapPlapTap : MonoBehaviour
|
|||
tap.RecomputeMode();
|
||||
tap.SyncLightState();
|
||||
|
||||
PlapPlapForAllMod.Logger.Msg(
|
||||
$"PlapPlapTap created for orifice '{dpsOrifice.type}' using light '{dpsOrifice.basis.name}'. " +
|
||||
$"Dynamic: {tap._dynamic}, Initial Mode: {tap._mode}");
|
||||
// PlapPlapForAllMod.Logger.Msg(
|
||||
// $"PlapPlapTap created for orifice '{dpsOrifice.type}' using light '{dpsOrifice.basis.name}'. " +
|
||||
// $"Dynamic: {tap._dynamic}, Initial Mode: {tap._mode}");
|
||||
|
||||
tap._hasInitialized = true;
|
||||
|
||||
|
|
@ -244,7 +244,7 @@ public sealed class PlapPlapTap : MonoBehaviour
|
|||
|
||||
SetAudioMode(_mode);
|
||||
|
||||
PlapPlapForAllMod.Logger.Msg($"PlapPlapTap applying mode {_mode}");
|
||||
// PlapPlapForAllMod.Logger.Msg($"PlapPlapTap applying mode {_mode}");
|
||||
}
|
||||
|
||||
private readonly struct Rule(PlapPlapAudioMode mode, HumanBodyBones? bone, int boneWeight, params string[] keywords)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue