CustomSpawnPoint: removed unneeded logging

This commit is contained in:
NotAKidoS 2024-09-02 01:03:04 -05:00
parent e61049462b
commit 45bbfe0d93
3 changed files with 5 additions and 5 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.CustomSpawnPoint.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.0";
public const string Version = "1.0.1";
public const string Author = "NotAKidoS";
}