From 9e836b782257bad468bcc32769cbb104a6d05221 Mon Sep 17 00:00:00 2001 From: DrBot7 <46543473+DrBot7@users.noreply.github.com> Date: Fri, 8 Jan 2021 17:03:43 -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 6e5656b..fd02805 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -996,7 +996,7 @@ class Timings(commands.Cog): teleport_if_outside_border = r["timingsMaster"]["config"]["purpur"]["world-settings"]["default"]["gameplay-mechanics"]["player"]["teleport-if-outside-border"] if teleport_if_outside_border == "false": embed_var.add_field(name="⚠ player.teleport-if-outside-border", - value="Disable this in purpur.yml.", + value="Enable this in purpur.yml.", inline=True) except KeyError: unchecked = unchecked + 1