From c30a8ab70e99e67865e822e801237f0e1e184e36 Mon Sep 17 00:00:00 2001 From: cy33hc Date: Sun, 31 May 2026 02:30:43 -0700 Subject: [PATCH] update message --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index e1ff446..bcda519 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -331,7 +331,7 @@ int main() HttpServer::Start(); if (INSTALLER::StartEzRemoteServer() < 0) { - Util::Notify("Cloud not load ezRemote Server. It is needed for background install and download. Please ensure Bin loader is enabled"); + Util::Notify("Cloud not load ezRemote Server. It is needed for background install and download. Please ensure Goldhen payload server is enabled"); } GUI::RenderLoop(renderer);