cahnge startup logtype
This commit is contained in:
parent
5f651e9a4c
commit
ac5bd03f3d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user