mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 16:38:37 +00:00
Messed up merge conflict? Fixed
This commit is contained in:
parent
0ce784b4ec
commit
a7443c16a0
1 changed files with 3 additions and 11 deletions
|
@ -62,12 +62,8 @@ namespace LBPUnion.ProjectLighthouse.Controllers
|
|||
{
|
||||
v = await visited.FirstOrDefaultAsync();
|
||||
}
|
||||
if (v == null) return this.StatusCode(403, "");
|
||||
|
||||
if (v == null)
|
||||
{
|
||||
return this.NotFound();
|
||||
}
|
||||
|
||||
if (v == null) return this.NotFound();
|
||||
|
||||
switch (gameVersion)
|
||||
{
|
||||
|
@ -119,12 +115,8 @@ namespace LBPUnion.ProjectLighthouse.Controllers
|
|||
{
|
||||
v = await visited.FirstOrDefaultAsync();
|
||||
}
|
||||
if (v == null) return StatusCode(403, "");
|
||||
|
||||
if (v == null)
|
||||
{
|
||||
return this.NotFound();
|
||||
}
|
||||
if (v == null) return this.NotFound();
|
||||
|
||||
slot.PlaysLBP1++;
|
||||
v.PlaysLBP1++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue