fixed deleting users
This commit is contained in:
parent
2246624917
commit
300ab2370f
10 changed files with 815 additions and 14 deletions
|
@ -296,7 +296,7 @@
|
|||
}
|
||||
_raid.FreeForAllTimeUTC = await TimeZoneService.GetUTCDateTime(_freeForAllDate.Date + _freeForAllTime.TimeOfDay);
|
||||
|
||||
if (_raid.RaidOwnerId == 0)
|
||||
if (!_raid.RaidOwnerId.HasValue)
|
||||
{
|
||||
_raid.RaidOwnerId = _user.Id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue