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