1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-10-18 08:52:52 -04:00

chore: fix a typo

This commit is contained in:
CyberL1 2024-10-03 17:10:03 +02:00
parent 617ab4c11a
commit 2245a95d55

View File

@ -41,7 +41,7 @@ namespace Minecraft_Realms_Emulator.Middlewares
ErrorResponse errorResponse = new() ErrorResponse errorResponse = new()
{ {
ErrorCode = 403, ErrorCode = 403,
ErrorMsg = "This world isn't owner by anyone" ErrorMsg = "This world isn't owned by anyone"
}; };
httpContext.Response.StatusCode = 403; httpContext.Response.StatusCode = 403;