From d310e9bab4f1bbb9e9110ab0ee716a8b59f64236 Mon Sep 17 00:00:00 2001 From: DrBot7 <46543473+DrBot7@users.noreply.github.com> Date: Fri, 8 Jan 2021 12:40:07 -0600 Subject: [PATCH] Update timings.py --- cogs/timings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/timings.py b/cogs/timings.py index de7750b..9ee79fb 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -396,7 +396,7 @@ class Timings(commands.Cog): embed_var.add_field(name="⚠ network-compression-threshold", value="Increase this in server.properties. Recommended: 512.", inline=True) - if network_compression_threshold != -1 and bungeecord == "true": + if network_compression_threshold != None and network_compression_threshold != -1 and bungeecord == "true": embed_var.add_field(name="⚠ network-compression-threshold", value="Set this to -1 in server.properties for a bungee server like yours.", inline=True)