diff --git a/Config/config.json b/Config/config.json index 769206b..f8aa7e7 100644 --- a/Config/config.json +++ b/Config/config.json @@ -11,7 +11,9 @@ "EnableGlobalChat": false }, - "port": 3551, + "//": "If you want to use the backend on reboot, leave 3551 as the port", + "port": 3551, + "matchmakerIP": "127.0.0.1:80", "gameServerIP": "127.0.0.1:7777", diff --git a/README.md b/README.md index f79da79..b54978a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Reload Backend -Reload Backend is a universal Fortnite private server backend written in JavaScript, made by Burlone. \ No newline at end of file +Reload Backend is a universal Fortnite private server backend written in JavaScript + +Created by Burlone, This is a modded backend, all main backend credits to lawin \ No newline at end of file