From 09cea54ea7e787746df5220c60f1718160dae16a Mon Sep 17 00:00:00 2001 From: js6pak Date: Tue, 20 Aug 2024 20:00:37 +0200 Subject: [PATCH] Register in Reactor.Example --- Reactor.Example/ExamplePlugin.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Reactor.Example/ExamplePlugin.cs b/Reactor.Example/ExamplePlugin.cs index 4a768e8..8a2c23b 100644 --- a/Reactor.Example/ExamplePlugin.cs +++ b/Reactor.Example/ExamplePlugin.cs @@ -25,6 +25,8 @@ public partial class ExamplePlugin : BasePlugin public override void Load() { + ReactorPingTracker.Register(ReactorPingTracker.AlwaysShow); + this.AddComponent(); _helloStringName = CustomStringName.CreateAndRegister("Hello!");