Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Jul 10, 2020
1 parent 0c320c5 commit 2ca78cd
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
1 change: 0 additions & 1 deletion Buddy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public override void OnDisabled()
public override void OnEnabled()
{
singleton = this;
Log.Warn("t");

this.prefixedMessage = this.BuddyMessage.Replace("$buddyCMD", "." + buddyCommand);
this.invalidUsage = this.invalidUsage.Replace("$buddyCMD", "." + buddyCommand);
Expand Down
67 changes: 67 additions & 0 deletions Buddy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,48 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="Buddy.cs" />
<Compile Include="BuddyAcceptCommand.cs" />
<Compile Include="BuddyCommand.cs" />
<Compile Include="Config.cs" />
<Compile Include="EventHandlers.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UnBuddyCommand.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="AmplifyBloom">
<HintPath>libs\AmplifyBloom.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>libs\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp_publicized">
<HintPath>libs\publicized_assemblies\Assembly-CSharp_publicized.dll</HintPath>
</Reference>
<Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
<SpecificVersion>False</SpecificVersion>
<HintPath>libs\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="ch.sycoforge.Decal">
<HintPath>libs\ch.sycoforge.Decal.dll</HintPath>
</Reference>
<Reference Include="ch.sycoforge.Logging">
<HintPath>libs\ch.sycoforge.Logging.dll</HintPath>
</Reference>
<Reference Include="ch.sycoforge.Unity.Runtime">
<HintPath>libs\ch.sycoforge.Unity.Runtime.dll</HintPath>
</Reference>
<Reference Include="CloudflareSolverRe">
<HintPath>libs\CloudflareSolverRe.dll</HintPath>
</Reference>
<Reference Include="CommandSystem.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>libs\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="DissonanceVoip">
<HintPath>libs\DissonanceVoip.dll</HintPath>
</Reference>
<Reference Include="Exiled.API, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>libs\Exiled.API.dll</HintPath>
Expand All @@ -57,6 +87,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>libs\Exiled.Events.dll</HintPath>
</Reference>
<Reference Include="Exiled.Example">
<HintPath>libs\Exiled.Example.dll</HintPath>
</Reference>
<Reference Include="Exiled.Loader, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>libs\Exiled.Loader.dll</HintPath>
Expand All @@ -65,6 +98,12 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>libs\Exiled.Permissions.dll</HintPath>
</Reference>
<Reference Include="Exiled.Updater">
<HintPath>libs\Exiled.Updater.dll</HintPath>
</Reference>
<Reference Include="Facepunch.Steamworks.Win64">
<HintPath>libs\Facepunch.Steamworks.Win64.dll</HintPath>
</Reference>
<Reference Include="Mirror, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>libs\Mirror.dll</HintPath>
Expand All @@ -75,6 +114,34 @@
<Reference Include="Mirror.Components">
<HintPath>libs\Mirror.Components.dll</HintPath>
</Reference>
<Reference Include="Mono.CecilX">
<HintPath>libs\Mono.CecilX.dll</HintPath>
</Reference>
<Reference Include="Mono.CecilX.Mdb">
<HintPath>libs\Mono.CecilX.Mdb.dll</HintPath>
</Reference>
<Reference Include="Mono.CecilX.Pdb">
<HintPath>libs\Mono.CecilX.Pdb.dll</HintPath>
</Reference>
<Reference Include="Mono.CecilX.Rocks">
<HintPath>libs\Mono.CecilX.Rocks.dll</HintPath>
</Reference>
<Reference Include="Mono.Data.Sqlite">
<HintPath>libs\Mono.Data.Sqlite.dll</HintPath>
</Reference>
<Reference Include="Mono.Nat">
<HintPath>libs\Mono.Nat.dll</HintPath>
</Reference>
<Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>libs\Mono.Posix.dll</HintPath>
</Reference>
<Reference Include="Mono.Security">
<HintPath>libs\Mono.Security.dll</HintPath>
</Reference>
<Reference Include="Mono.WebBrowser">
<HintPath>libs\Mono.WebBrowser.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down

0 comments on commit 2ca78cd

Please sign in to comment.