From ac5bd03f3deec3e90bc56c2db8797ff1c7aef37e Mon Sep 17 00:00:00 2001 From: INSANEMODE Date: Sun, 29 Jan 2023 17:18:05 -0600 Subject: [PATCH] cahnge startup logtype --- Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.cs b/Plugin.cs index 76e3bd2..4860fb2 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -63,7 +63,7 @@ namespace ClanTagRankCommands Config = _configurationHandler.Configuration(); string version = manager.Version; string str = string.Format("Loaded {0} ({1}) by {2} in {3} ({4})!", (object)((IPlugin)this).Name, (object)((IPlugin)this).Version, (object)((IPlugin)this).Author, (object)"IW4MAdmin", (object)version); - _logger.LogDebug(str); + _logger.LogInformation(str); _interactionRegistration.RegisterInteraction(DonatorInteraction, async (clientId, game, token) => { await Task.Delay(1);