Skip to content

Commit 2729886

Browse files
committed
Small tweak to contact info
1 parent f7e6f01 commit 2729886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GModCEFCodecFix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def exitHandler():
108108
colorama.init()
109109

110110
# Spit out the Software Info
111-
print(colored("GModCEFCodecFix\nCreated by: Solstice Game Studios\nHow To Guide:\n\thttps://www.solsticegamestudios.com/fixmedia/\nContact Us:\n\tDiscord: https://www.solsticegamestudios.com/discord/\n\tEmail: contact@solsticegamestudios.com\n", "cyan"))
111+
print(colored("GModCEFCodecFix\nCreated by: Solstice Game Studios\nHow To Guide/FAQ:\n\thttps://www.solsticegamestudios.com/fixmedia/\nContact Us:\n\tDiscord: https://www.solsticegamestudios.com/discord/\n\tEmail: contact@solsticegamestudios.com\n", "cyan"))
112112

113113
contactInfo = "\n\nIf you need help, look at the Guide/FAQ first:\n- https://www.solsticegamestudios.com/fixmedia/\n\nIf that doesn't work, contact us:\n- Discord: https://www.solsticegamestudios.com/discord/\n- Email: contact@solsticegamestudios.com\n"
114114

0 commit comments

Comments
 (0)