diff --git a/SCPUtils/Plugin.cs b/SCPUtils/Plugin.cs index d4c0b89..2e7bcd9 100644 --- a/SCPUtils/Plugin.cs +++ b/SCPUtils/Plugin.cs @@ -71,7 +71,7 @@ public override void OnEnable() LoadCommands(); CreateDatabase(); OpenDatabase(); - Log.Info($"{getName} {Version} created by: {Author} Contributor: {Contributor} Loaded"); + Log.Info($"{getName} {Version} Loaded!"); }