diff --git a/Frontend/src/app/components/server/server-recommendations.tsx b/Frontend/src/app/components/server/server-recommendations.tsx index 55eb077..1b9ca57 100644 --- a/Frontend/src/app/components/server/server-recommendations.tsx +++ b/Frontend/src/app/components/server/server-recommendations.tsx @@ -14,6 +14,7 @@ import { capitalize } from "@/lib/string-utils"; const RECOMMENDATIONS: { [hostname: string]: ServerPlatform; } = { + "demo.restfulmc.cc": ServerPlatform.JAVA, "hypixel.net": ServerPlatform.JAVA, "cubecraft.net": ServerPlatform.JAVA, "wildprison.net": ServerPlatform.JAVA,