From 383e04e5a7e205dc553dc768254c64e1a18dfcd5 Mon Sep 17 00:00:00 2001 From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com> Date: Wed, 30 Apr 2025 02:02:42 +0100 Subject: [PATCH] fix: fivepd issue --- resources/fivepd/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/fivepd/config.json b/resources/fivepd/config.json index a38fac827..202ec60ee 100644 --- a/resources/fivepd/config.json +++ b/resources/fivepd/config.json @@ -3,7 +3,7 @@ "database": { "username": "root", "password": "Elite_Gaming_13", - "host": "127.0.0.1", + "host": "localhost", "port": 3306, "database": "fivepd" },