From 824425e018c138c79b17065f4de0e91ece5e6c61 Mon Sep 17 00:00:00 2001 From: Shirobaka Date: Sat, 22 Sep 2018 08:43:30 +0200 Subject: [PATCH] Update egg-multi-theft-auto.json removed min and max for SERVER_WEBPORT custom variable --- gta/mtasa/egg-multi-theft-auto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gta/mtasa/egg-multi-theft-auto.json b/gta/mtasa/egg-multi-theft-auto.json index 1aeb6286..94184d22 100644 --- a/gta/mtasa/egg-multi-theft-auto.json +++ b/gta/mtasa/egg-multi-theft-auto.json @@ -30,7 +30,7 @@ "default_value": "22005", "user_viewable": 0, "user_editable": 0, - "rules": "required|numeric|min:22005|max:22205" + "rules": "required|numeric" } ] }