Config: Set default port back to 4444

This commit is contained in:
tt2468 2022-01-28 15:43:14 -08:00
parent 16ee66e6dc
commit 13c1c108ea

View File

@ -47,7 +47,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
Config::Config() :
ServerEnabled(true),
ServerPort(4440),
ServerPort(4444),
LockToIPv4(false),
DebugEnabled(false),
AlertsEnabled(true),