Cash shop now opens

This commit is contained in:
Mikhail
2024-07-04 11:54:45 -04:00
parent bf4a7ddd1d
commit 3f4ec386a4
2 changed files with 2 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ namespace nksrv.LobbyServer.Msgs.Shop.InApp
{
var req = await ReadData<ReqGetJupiterMarketingDetail>();
var response = new ResGetJupiterMarketingDetail();
response.MarketingDetail = "Do Not Buy Our Junk Today";
response.MarketingDetail = "{}";
WriteData(response);
}