Code formatiert
This commit is contained in:
@@ -70,7 +70,7 @@ namespace ReallifeGamemode.Server.Wanted
|
||||
using (var dbContext = new DatabaseContext())
|
||||
{
|
||||
player.GetUser(dbContext).Wanteds -= 1;
|
||||
if(player.GetUser(dbContext).Wanteds == 0)
|
||||
if (player.GetUser(dbContext).Wanteds == 0)
|
||||
{
|
||||
switch (player.GetUser(dbContext).FactionId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user