diff --git a/src/Buddy.cs b/src/Buddy.cs index 74df4b6..d95d64a 100644 --- a/src/Buddy.cs +++ b/src/Buddy.cs @@ -11,8 +11,6 @@ class Buddy : Plugin //plugins that deal with spawning (like scp-035) will break if this is not highest priority public override PluginPriority Priority => PluginPriority.Highest; - public override Version Version { get; } = new Version(1, 2, 0); - public EventHandlers EventHandlers; public Dictionary buddies = new Dictionary(); diff --git a/src/Buddy.csproj b/src/Buddy.csproj index dfc3509..4306719 100644 --- a/src/Buddy.csproj +++ b/src/Buddy.csproj @@ -8,7 +8,7 @@ Library Properties Buddy - Buddy-1.2.0 + Buddy v4.7.2 512 true