From ed7b6a3400c270e64aef674125e834558f17b6e6 Mon Sep 17 00:00:00 2001 From: Derrick A Date: Mon, 30 Oct 2023 14:12:17 -0400 Subject: [PATCH] remove port editable rules for end-users --- .../ark_survival_ascended/egg-ark--survival-ascended.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game_eggs/steamcmd_servers/ark_survival_ascended/egg-ark--survival-ascended.json b/game_eggs/steamcmd_servers/ark_survival_ascended/egg-ark--survival-ascended.json index 75f340bc..fa37bebc 100644 --- a/game_eggs/steamcmd_servers/ark_survival_ascended/egg-ark--survival-ascended.json +++ b/game_eggs/steamcmd_servers/ark_survival_ascended/egg-ark--survival-ascended.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2023-10-30T12:50:45-04:00", + "exported_at": "2023-10-30T13:56:57-04:00", "name": "ARK: Survival Ascended", "author": "blood@darkartsgaming.com", "description": "ARK is reimagined from the ground-up into the next-generation of video game technology with Unreal Engine 5! Form a tribe, tame & breed hundreds of unique dinosaurs and primeval creatures, explore, craft, build, and fight your way to the top of the food-chain. Your new world awaits!", @@ -116,7 +116,7 @@ "env_variable": "QUERY_PORT", "default_value": "27015", "user_viewable": true, - "user_editable": true, + "user_editable": false, "rules": "required|integer|min:1025|max:65535", "field_type": "text" }, @@ -156,7 +156,7 @@ "env_variable": "RCON_PORT", "default_value": "37015", "user_viewable": true, - "user_editable": true, + "user_editable": false, "rules": "required|integer|min:1025|max:65535", "field_type": "text" },