We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217f16b commit c77b988Copy full SHA for c77b988
src/LogCommands.cs src/LogCommandsModule.cssrc/LogCommands.cs renamed to src/LogCommandsModule.cs
@@ -33,7 +33,7 @@
33
namespace Essentials.Modules.LogCommands
34
{
35
[ModuleInfo(
36
- Name = "LogCommands",
+ Name = "uEssentials.LogCommands",
37
Author = "Leonardosc",
38
Version = "1.0.2",
39
Flags = LoadFlags.AUTO_REGISTER_EVENTS
uEssentials.LogCommands.csproj
@@ -56,7 +56,7 @@
56
<Reference Include="System.Xml" />
57
</ItemGroup>
58
<ItemGroup>
59
- <Compile Include="src\LogCommands.cs" />
+ <Compile Include="src\LogCommandsModule.cs" />
60
<Compile Include="Properties\AssemblyInfo.cs" />
61
62
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
0 commit comments