DrBot7
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|