changed minecraft class to hytale for hytale domain

This commit is contained in:
Skylar
2026-01-13 15:31:26 -08:00
parent 5fb9fb2803
commit 86922c3e87

View File

@@ -5,7 +5,7 @@ namespace Pterodactyl\Services\Subdomain\Features;
use Pterodactyl\Models\Server;
use Pterodactyl\Contracts\Subdomain\SubdomainFeatureInterface;
class MinecraftSubdomainFeature implements SubdomainFeatureInterface
class HytaleSubdomainFeature implements SubdomainFeatureInterface
{
/**
* Get the feature name.
@@ -16,7 +16,7 @@ class MinecraftSubdomainFeature implements SubdomainFeatureInterface
}
/**
* Get the DNS records that need to be created for Minecraft.
* Get the DNS records that need to be created for Hytale.
*/
public function getDnsRecords(Server $server, string $subdomain, string $domain): array
{