Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 917b057

Browse files
committed
Updated
1 parent 7cb9c77 commit 917b057

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

TestingDummies/Plugin.cs

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class Plugin : Plugin<Config>
2222
public override string Prefix => "Dev Dum";
2323
public override string Author => "NotIntense";
2424
public override PluginPriority Priority => PluginPriority.Medium;
25-
public override Version Version => new(2, 0, 5);
25+
public override Version Version => new(2, 1, 5);
2626
public override Version RequiredExiledVersion => new(7, 0, 0);
2727

2828
public override void OnEnabled()
@@ -32,10 +32,8 @@ public override void OnEnabled()
3232
spawning = new Spawn();
3333
_harmony = new("DevDummies-Rotation-Patch");
3434
_harmony.PatchAll();
35-
36-
Exiled.Events.Handlers.Player.Left += Test;
37-
3835
base.OnEnabled();
36+
Log.Warn($"{Name.ToUpper()} DOES AND WILL VIOLATE NORTHWOOD VSR. USE ON PRIVATE SERVERS ONLY AND AT YOUR OWN RISK.");
3937
}
4038

4139
public override void OnDisabled()
@@ -53,10 +51,5 @@ public static bool IsAI(ReferenceHub hub)
5351
bool isDummy = Instance.DumRef.Contains(hub);
5452
return isDummy;
5553
}
56-
57-
public void Test(LeftEventArgs ev)
58-
{
59-
Log.Info($"{ev.Player.Nickname} left the server");
60-
}
6154
}
6255
}

0 commit comments

Comments
 (0)