From 883e16d3f99844c646f23d99c40466da734d8344 Mon Sep 17 00:00:00 2001 From: DrBot7 <46543473+DrBot7@users.noreply.github.com> Date: Sat, 9 Jan 2021 13:41:44 -0600 Subject: [PATCH] Timings - Add ServerBooster --- cogs/timings.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cogs/timings.py b/cogs/timings.py index ef122bd..bb4370a 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -169,6 +169,11 @@ class Timings(commands.Cog): value="Plugins that claim to remove lag actually cause more lag. " "Remove NoChunkLag.", inline=True) + if "ServerBooster" in plugins: + embed_var.add_field(name="⚠ ServerBooster", + value="Plugins that claim to remove lag actually cause more lag. " + "Remove ServerBooster.", + inline=True) if "LimitPillagers" in plugins: embed_var.add_field(name="⚠ LimitPillagers", value="You probably don't need LimitPillagers as Paper already adds its features. "