mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-23 06:28:23 -05:00
chore: fix a typo
This commit is contained in:
parent
617ab4c11a
commit
2245a95d55
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user