Skip to content

Commit 255ad40

Browse files
committed
yes
1 parent 0adba6b commit 255ad40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

AntiLock/AntiLock.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ protected override void Load()
2626
var post = typeof(AskVehicleLockOverride).GetMethod("Postfix", BindingFlags.Static | BindingFlags.Public);
2727

2828
harmony.Patch(orig, new HarmonyMethod(pre), new HarmonyMethod(post));
29+
30+
Logger.Log("Loaded AntiLock! Default locks allocated: " + Configuration.Instance.defaultLocks);
31+
Logger.Log("Groups:");
32+
foreach (LockGroup l in Configuration.Instance.lockGroups)
33+
Logger.Log(" " + l.Permission + " | " + l.MaxLocks + " locks");
2934
}
3035

3136
public override TranslationList DefaultTranslations =>

0 commit comments

Comments
 (0)