cahnge startup logtype

This commit is contained in:
INSANEMODE 2023-01-29 17:18:05 -06:00
parent 5f651e9a4c
commit ac5bd03f3d

View File

@ -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);