Browse Source

Update timings.py

pull/3/head
DrBot7 3 years ago
committed by GitHub
parent
commit
9e836b7822
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cogs/timings.py

2
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

Loading…
Cancel
Save