Skip to content

Commit 4d91cc6

Browse files
schrejDaneEveritt
authored andcommitted
no longer lie about spigot being built when no url provided (pterodactyl#1104)
1 parent de6bd85 commit 4d91cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/seeds/eggs/minecraft/egg-spigot.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
},
4444
{
4545
"name": "Download Path",
46-
"description": "A URL to use to download Spigot rather than building it on the server. This is not user viewable. Use <code>{{DL_VERSION}}<\/code> in the URL to automatically insert the assigned version into the URL. If you do not enter a URL Spigot will build directly in the container (this will fail on low memory containers).",
46+
"description": "A URL to use to download Spigot. This is not user viewable. Use <code>{{DL_VERSION}}<\/code> in the URL to automatically insert the assigned version into the URL.",
4747
"env_variable": "DL_PATH",
4848
"default_value": "",
4949
"user_viewable": 0,
5050
"user_editable": 0,
5151
"rules": "nullable|string"
5252
}
5353
]
54-
}
54+
}

0 commit comments

Comments
 (0)