Fixes misnamed tag for Sponge servers. closes #237
This commit is contained in:
parent
06bdadb92f
commit
759ebd3ad0
2 changed files with 43 additions and 1 deletions
|
@ -90,7 +90,7 @@ class MinecraftServiceTableSeeder extends Seeder
|
|||
'parent_service' => $this->service->id,
|
||||
'name' => 'Sponge (SpongeVanilla)',
|
||||
'description' => 'SpongeVanilla is the SpongeAPI implementation for Vanilla Minecraft.',
|
||||
'tag' => 'spigot',
|
||||
'tag' => 'sponge',
|
||||
'docker_image' => 'quay.io/pterodactyl/minecraft:sponge',
|
||||
'executable' => null,
|
||||
'startup' => null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue