private static void Postfix(Player __instance) { if (Settings.isEnabled("AdvancedEditingMode")) { AEM.PlayerInstance = __instance; AEM.run(); } }
private static void Postfix(Player __instance) { if (Configuration.Current.AdvancedEditingMode.IsEnabled) { AEM.PlayerInstance = __instance; AEM.run(); } }