From ba33a8967de99dc0651c48534eb7dee3912c4a50 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Tue, 24 Aug 2021 20:58:03 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e5b2ad..074b574 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ well they essentailly run off "Server Emulators". Forward the port you used for the server and 80 for the webserver. And people can login over the internet. -- You can give yourself admin by executing ``UPDATE players SET Admin='YES' Moderator='YES' WHERE Username=''`` +- You can give yourself admin by executing ``UPDATE Users SET Admin='YES' Moderator='YES' WHERE Username=''`` on the master database, (and any game databases) # Depends