Skip to content

Commit c72ae43

Browse files
authored
missed an array
1 parent 77ca03a commit c72ae43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/eggs/minecraft/egg-sponge--sponge-vanilla.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "support@pterodactyl.io",
99
"description": "SpongeVanilla is the SpongeAPI implementation for Vanilla Minecraft.",
1010
"features": ["eula"],
11-
"images": "quay.io\/pterodactyl\/core:java-glibc",
11+
"images": ["quay.io\/pterodactyl\/core:java-glibc"],
1212
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}",
1313
"config": {
1414
"files": "{\r\n \"server.properties\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"server-ip\": \"0.0.0.0\",\r\n \"enable-query\": \"true\",\r\n \"server-port\": \"{{server.build.default.port}}\",\r\n \"query.port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",

0 commit comments

Comments
 (0)