Remove pdb's and json's on build. Remove EnsureLoaded call from Entertainment module.

This commit is contained in:
West14
2022-01-02 22:10:08 +02:00
parent b6e622161b
commit d145aced57
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace West.Entertainment
{
public Entertainment(Core core) : base(core)
{
core.EnsureLoaded<ChatManagement>();
// core.EnsureLoaded<ChatManagement>();
}
}
}