From 0dfa37b5ef489a057f9de37b98dc1222c7233719 Mon Sep 17 00:00:00 2001 From: Burlone <108557545+burlone0@users.noreply.github.com> Date: Sun, 21 Jul 2024 03:27:45 +0200 Subject: [PATCH] Added comment --- Config/config.json | 4 +++- README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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