code formatiert

This commit is contained in:
hydrant
2020-08-04 21:51:38 +02:00
parent c4d4b16006
commit 76d72eebdf
40 changed files with 237 additions and 208 deletions

View File

@@ -156,7 +156,7 @@ namespace ReallifeGamemode.Server.Managers
user.CharacterId = character.Id;
for (var x = 1; x <= 11; x++)
for (var x = 1; x <= 11; x++)
{
var s = 0;
if (x == 10) s = -1;
@@ -233,7 +233,7 @@ namespace ReallifeGamemode.Server.Managers
else
{
continue;
}
}
}
saveCharacter.SaveChanges();