Satisfactory Port Visibility Hotfix (#1376)

This commit is contained in:
Red-Thirten 2021-10-29 14:49:34 -07:00 committed by GitHub
parent 7a7888469c
commit 2d7c8e2ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
"description": "This is the port that your clients will type in and use to connect to the lobby (not the game world). Ensure this port matches your externally forwarded port, and is distanced from other running Satisfactory servers in Pterodactyl (increments of 100 are recommended). This is also true for the Primary\/Game Port!", "description": "This is the port that your clients will type in and use to connect to the lobby (not the game world). Ensure this port matches your externally forwarded port, and is distanced from other running Satisfactory servers in Pterodactyl (increments of 100 are recommended). This is also true for the Primary\/Game Port!",
"env_variable": "QUERY_PORT", "env_variable": "QUERY_PORT",
"default_value": "15777", "default_value": "15777",
"user_viewable": false, "user_viewable": true,
"user_editable": false, "user_editable": false,
"rules": "required|integer|between:1024,65536" "rules": "required|integer|between:1024,65536"
}, },
@ -41,7 +41,7 @@
"description": "This port provides a lightweight way for clients to contact a server and interact with it without committing to a normal game connection (likely used for client administration). Ensure this port matches your externally forwarded port, and is distanced from other running Satisfactory servers in Pterodactyl (increments of 100 are recommended).", "description": "This port provides a lightweight way for clients to contact a server and interact with it without committing to a normal game connection (likely used for client administration). Ensure this port matches your externally forwarded port, and is distanced from other running Satisfactory servers in Pterodactyl (increments of 100 are recommended).",
"env_variable": "BEACON_PORT", "env_variable": "BEACON_PORT",
"default_value": "15000", "default_value": "15000",
"user_viewable": false, "user_viewable": true,
"user_editable": false, "user_editable": false,
"rules": "required|integer|between:1024,65536" "rules": "required|integer|between:1024,65536"
}, },