Skip to content

Commit

Permalink
Disabled ASI plugins by default for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigETI committed Jan 15, 2019
1 parent 36697b1 commit 0c1720c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Binary file modified .vs/SAMPLauncherNET/v15/.suo
Binary file not shown.
1 change: 1 addition & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ If you prefer a different language than the english language, you can easily cha

### ASI plugin loader and manager
Load or manage any GTA San Andreas compatible ASI plugin within this launcher.
Enable plugins in the plugins manager tab.
Supported and listed ASI plugins by default:
- [SA:MP Discord Rich Presence plugin](https://github.com/Hual/samp-discord-plugin)

Expand Down
4 changes: 2 additions & 2 deletions SAMPLauncherNET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.6.8")]
[assembly: AssemblyFileVersion("1.0.6.8")]
[assembly: AssemblyVersion("1.0.6.9")]
[assembly: AssemblyFileVersion("1.0.6.9")]
2 changes: 1 addition & 1 deletion SAMPLauncherNET/Source/SAMPLauncherNET/Core/SAMP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ public static PluginDataContract[] RevertPluginsData()
{
ret = new PluginDataContract[]
{
new PluginDataContract("SA:MP Discord Rich Presence plugin", EPluginProvider.GitHub, "https://github.com/Hual/samp-discord-plugin", true, EUpdateFrequency.WhenNewer)
new PluginDataContract("SA:MP Discord Rich Presence plugin", EPluginProvider.GitHub, "https://github.com/Hual/samp-discord-plugin", false, EUpdateFrequency.WhenNewer)
};
}
PluginsDataIO = ret;
Expand Down
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"enabled":true,"name":"SA:MP Discord Rich Presence plugin","provider":"GitHub","updateFrequency":"WhenNewer","uri":"https:\/\/github.com\/Hual\/samp-discord-plugin"}]
[{"enabled":false,"name":"SA:MP Discord Rich Presence plugin","provider":"GitHub","updateFrequency":"WhenNewer","uri":"https:\/\/github.com\/Hual\/samp-discord-plugin"}]

0 comments on commit 0c1720c

Please sign in to comment.