From a075d0f039135a91f31a6cc916f4ce59ab7b017b Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Sun, 17 Jun 2018 10:07:47 -0400 Subject: [PATCH] FiveM ServerName Updated the servername variable to be 64 max. --- GTA/FiveM/egg-five-m.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GTA/FiveM/egg-five-m.json b/GTA/FiveM/egg-five-m.json index 5fade1f1..74664926 100644 --- a/GTA/FiveM/egg-five-m.json +++ b/GTA/FiveM/egg-five-m.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-06-02T03:22:00-04:00", + "exported_at": "2018-06-17T10:06:12-04:00", "name": "FiveM", "author": "parker@parkervcp.com", "description": "A new FiveM egg for the latest builds due to recent changes in FiveM", @@ -48,7 +48,7 @@ "default_value": "My new FXServer!", "user_viewable": 1, "user_editable": 1, - "rules": "required|string|max:32" + "rules": "required|string|max:64" } ] } \ No newline at end of file