Fix motd jumping with obfuscation

This commit is contained in:
amcmanu3 2023-03-15 15:15:00 -04:00
parent 12fc3be00d
commit dc4dc095c5

View File

@ -40,8 +40,6 @@ class Server:
lines.append(get_code_format("underlined"))
if "strikethrough" in e.keys():
lines.append(get_code_format("strikethrough"))
if "obfuscated" in e.keys():
lines.append(get_code_format("obfuscated"))
if "color" in e.keys():
lines.append(get_code_format(e["color"]))
# Then append the text