File tree Expand file tree Collapse file tree 6 files changed +0
-327
lines changed Expand file tree Collapse file tree 6 files changed +0
-327
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<Weavers xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" FodyWeavers.xsd" >
22 <Costura >
33 <IncludeAssemblies >
4- Newtonsoft.Json
54 </IncludeAssemblies >
65 </Costura >
76</Weavers >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ public class UsefulHints : Plugin<Config>
1616 public override void OnEnabled ( )
1717 {
1818 Instance = this ;
19- if ( Config . AutoUpdate ) { UpdateChecker . RegisterEvents ( ) ; }
20- if ( Config . Translations ) { _ = TranslationManager . RegisterEvents ( ) ; }
2119 if ( Config . EnableHints ) { EventHandlers . Entities . SCP096 . RegisterEvents ( ) ; }
2220 if ( Config . EnableHints ) { EventHandlers . Items . Hints . RegisterEvents ( ) ; }
2321 if ( Config . EnableWarnings ) { EventHandlers . Items . WarningHints . RegisterEvents ( ) ; }
@@ -32,7 +30,6 @@ public override void OnEnabled()
3230 public override void OnDisabled ( )
3331 {
3432 Instance = null ;
35- if ( Config . AutoUpdate ) { UpdateChecker . UnregisterEvents ( ) ; }
3633 if ( Config . EnableHints ) { EventHandlers . Entities . SCP096 . UnregisterEvents ( ) ; }
3734 if ( Config . EnableHints ) { EventHandlers . Items . Hints . UnregisterEvents ( ) ; }
3835 if ( Config . EnableWarnings ) { EventHandlers . Items . WarningHints . UnregisterEvents ( ) ; }
Original file line number Diff line number Diff line change 4747 </ItemGroup >
4848 <ItemGroup >
4949 <Compile Include =" Config.cs" />
50- <Compile Include =" EventHandlers\Commands\ChangeLanguage.cs" />
5150 <Compile Include =" EventHandlers\Entities\SCP096.cs" />
5251 <Compile Include =" EventHandlers\Items\WarningHints.cs" />
5352 <Compile Include =" EventHandlers\Modules\FFWarning.cs" />
5756 <Compile Include =" EventHandlers\Modules\Maps.cs" />
5857 <Compile Include =" EventHandlers\Modules\RoundSummary.cs" />
5958 <Compile Include =" EventHandlers\Modules\Teammates.cs" />
60- <Compile Include =" Translation.cs" />
61- <Compile Include =" Update.cs" />
6259 <Compile Include =" UsefulHints.cs" />
6360 <Compile Include =" Properties\AssemblyInfo.cs" />
6461 </ItemGroup >
You can’t perform that action at this time.
0 commit comments