Skip to content

Commit

Permalink
emergency patch out multi-plugin detection, detecting itself
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessRTFM committed Nov 4, 2023
1 parent f28708f commit e7f8b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions XIVComboVX/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ public static int CheckForOtherComboPlugins() {
}

private static void otherComboPluginsDetected(params string[] otherComboPluginNames) {
#if !DEBUG
return; // I fucked something up somewhere
#endif
Service.Configuration.Active = false;
Service.Configuration.RegisterCommonCommand = false;
if (AcquiredBaseCommand)
Expand Down
2 changes: 1 addition & 1 deletion XIVComboVX/XIVComboVX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Product>XIVComboVX</Product>
<Authors>attick, daemitus, VariableVixen</Authors>
<Version>9.12.0</Version>
<Version>9.12.1</Version>
<Description>This plugin condenses various abilities onto single buttons.</Description>
<PackageProjectUrl>https://github.com/PrincessRTFM/XIVComboPlugin</PackageProjectUrl>
<Copyright>Copyleft attick 2020 baybeeee</Copyright>
Expand Down

0 comments on commit e7f8b04

Please sign in to comment.