not first try.... sob emoji.,

This commit is contained in:
2025-10-04 19:56:12 -04:00
parent 8e27190afb
commit 3738b8d46d

View File

@@ -11,12 +11,16 @@ namespace AlwaysRecFace;
[BepInPlugin("dev.proxnet.recroom.alwaysrecface", "AlwaysRecFace", "1.0.0")]
public class Plugin : BasePlugin
{
internal static new ManualLogSource Log;
internal static new ManualLogSource Log = new("ARF");
internal static Harmony _hi = new("dev.proxnet.recroom.alwaysrecface");
public override void Load()
{
Log = base.Log;
Log.LogInfo($"Always RecFace on loading screen.");
_hi.PatchAll();
}
}