chore: formatting
This commit is contained in:
parent
8937480606
commit
43a5c994df
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ public class CharacterDeletionHandler : IPacketHandler<CharacterDeletePacket>
|
|||
}
|
||||
|
||||
var character = await _wonderkingContext.Characters.FirstOrDefaultAsync(x => x.Name == packet.Name &&
|
||||
x.Account.Id == authSession.AccountId)
|
||||
;
|
||||
x.Account.Id == authSession.AccountId);
|
||||
|
||||
var response = new CharacterDeleteResponsePacket { HasToBeZero = 0 };
|
||||
if (character == null)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue