mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Fix missing return statement
This commit is contained in:
parent
5c0cf15160
commit
bf8d9f5099
1 changed files with 1 additions and 0 deletions
|
@ -706,6 +706,7 @@ Contents:
|
|||
|
||||
You have sent a bad request to the multi-user domain. Please try again."
|
||||
}));
|
||||
return;
|
||||
}
|
||||
|
||||
if (File.Exists(msg.Contents))
|
||||
|
|
Loading…
Reference in a new issue