From 93e42cce19f294c2728bfe8dea61e00c61a2287a Mon Sep 17 00:00:00 2001 From: Santa Date: Sat, 1 Apr 2023 01:19:58 +0300 Subject: [PATCH] Edit port to int --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index add2498..b8b390b 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "rcon": { "host": "", - "port": "", + "port": 1, "password": "", "admins": [] },