Browse Source

Update timings.py

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

2
cogs/timings.py

@ -432,7 +432,7 @@ class Timings(commands.Cog):
elif mob_spawn_range == 8 and int(spigot_view_distance) <= 6:
embed_var.add_field(name="❌ mob-spawn-range",
value="Decrease this in spigot.yml. "
"Recommended: " + str(spigot_view_distance - 1) + ".",
"Recommended: " + str(int(spigot_view_distance) - 1) + ".",
inline=True)
except KeyError:
unchecked = unchecked + 1

Loading…
Cancel
Save