Skip to content

Commit

Permalink
load ChatDirector
Browse files Browse the repository at this point in the history
  • Loading branch information
blalp committed Jul 29, 2021
1 parent 4de7558 commit 3f57b62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rust/src/ChatDirector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Oxide.Plugins
{
[Info("Chat Director", "blalp", "0.0.1")]
[Info("Chat Director", "blalp", "0.0.2")]
[Description("Chat Director")]
public class RustChatDirector : CovalencePlugin
{
Expand All @@ -12,6 +12,8 @@ private void Init()
{
// Hope that The directory is set correctly for config.yml in the root
instance = new ChatDirector.core.ChatDirector();
instance.loadConfig();
itemDaemon = (RustInputItemDaemon)instance.getOrCreateDaemon(typeof(RustInputItemDaemon));
}

void OnServerInitialized(bool initial)
Expand Down

0 comments on commit 3f57b62

Please sign in to comment.