mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Fixes misnamed tag for Sponge servers. closes #237
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user