Administrator's Toolkit VS plugin
Revisión | bc56a1c015a7694b45bae926901074338e1651ca (tree) |
---|---|
Tiempo | 2021-07-14 06:22:25 |
Autor | melchior <melchior@user...> |
Commiter | melchior |
Minor update/fix for V.S. 1.15
reverted Rules command condition (always loading now...)
@@ -7,7 +7,7 @@ | ||
7 | 7 | <OutputType>Library</OutputType> |
8 | 8 | <RootNamespace>AdminToolkit</RootNamespace> |
9 | 9 | <AssemblyName>AdminToolkit</AssemblyName> |
10 | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |
10 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> | |
11 | 11 | </PropertyGroup> |
12 | 12 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
13 | 13 | <DebugSymbols>true</DebugSymbols> |
@@ -104,7 +104,7 @@ namespace AdminToolkit | ||
104 | 104 | MultiLang.Load(Mod.Logger, ServerAPI.Assets, Mod.Info.ModID); |
105 | 105 | |
106 | 106 | |
107 | - if (this.CachedConfiguration.RuleRoleChangerEnabled) { this.ServerAPI.RegisterCommand(new RulesCommand(this.ServerAPI)); } | |
107 | + this.ServerAPI.RegisterCommand(new RulesCommand(this.ServerAPI)); | |
108 | 108 | this.ServerAPI.RegisterCommand(new AdminListingCommand(this.ServerAPI) ); |
109 | 109 | this.ServerAPI.RegisterCommand(new BackupCycleCommand(this.ServerAPI) ); |
110 | 110 | //this.ServerAPI.RegisterCommand(new BannerControl(this.ServerAPI)); |
@@ -4,9 +4,9 @@ | ||
4 | 4 | "ModID":"atk", |
5 | 5 | "description" : "Provides misc. Admin functions;\n admin listing, rules display (multi-lingual), auto-backup & much more.", |
6 | 6 | "authors": ["Melchior", ], |
7 | - "version": "0.3.6", | |
7 | + "version": "0.3.7", | |
8 | 8 | "dependencies": { |
9 | - "game": "1.14.0" | |
9 | + "game": "1.15.0-rc.3" | |
10 | 10 | }, |
11 | 11 | "requiredonclient":false, |
12 | 12 | "website": "https://osdn.net/users/melchior/pf/admintoolkit/" |