From b841df834e9156976a4d44b16bc2b10638b50f53 Mon Sep 17 00:00:00 2001 From: Jay <10658010+xXTheBigBearXx@users.noreply.github.com> Date: Sat, 5 Aug 2023 02:26:37 +0000 Subject: [PATCH] Add files via upload Removes text in "Velocity Version Variable" referring to 1.1.x as dev builds --- game_eggs/minecraft/proxy/java/velocity/egg-velocity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game_eggs/minecraft/proxy/java/velocity/egg-velocity.json b/game_eggs/minecraft/proxy/java/velocity/egg-velocity.json index 544ca2b6..9a1eafc6 100644 --- a/game_eggs/minecraft/proxy/java/velocity/egg-velocity.json +++ b/game_eggs/minecraft/proxy/java/velocity/egg-velocity.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2023-04-03T16:55:25+02:00", + "exported_at": "2023-08-05T03:24:56+01:00", "name": "Velocity", "author": "parker@parkervcp.com", "description": "Velocity is a Minecraft server proxy with unparalleled server support, scalability, and flexibility.", @@ -37,7 +37,7 @@ "variables": [ { "name": "Velocity Version", - "description": "The Velocity Proxy version to download.\r\n\r\nSet to 'latest ' the download the last stable build.\r\nSet to '1.1.x-SNAPSHOT' to get the latest dev build.", + "description": "The Velocity Proxy version to download.\r\n\r\nSet to 'latest ' the download the last stable build.", "env_variable": "VELOCITY_VERSION", "default_value": "latest", "user_viewable": true,