From a559013d18e743ac26603aa0fb0c4e60bcb52fd5 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 19 Mar 2021 19:06:35 +1100 Subject: [PATCH] Updated troubleshooting (markdown) --- troubleshooting.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/troubleshooting.md b/troubleshooting.md index 15b20f2..3916530 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -35,4 +35,10 @@ UPDATE accounts SET privilege = 'administrator' WHERE username = 'admin'; Then just keep typing "exit" to exit the program. This assumes that you want to restore privileges to the "admin" account - you can of course grant it to whoever you need to. -The auth-server should start normally now (during a normal startup process). \ No newline at end of file +The auth-server should start normally now (during a normal startup process). + +## None of These Answers My Questions! + +That's OK! Please contact me directly at [krgamestudios@gmail.com](mailto:krgamestudios@gmail.com) and I'll try my best to help you out. You can also contact me over [Discord as Ratstail91#6600](https://discord.gg/FQmz8TN). + +Please don't keep quiet about your issues - letting me know about them will help me improve the whole project! \ No newline at end of file