Warning cleanup

This commit is contained in:
2022-04-11 18:03:16 -04:00
parent abcaa85d44
commit 3e226a6a9e
4 changed files with 19 additions and 22 deletions
@@ -50,7 +50,7 @@
var faction = FilterService.GetFactionType();
var immortal = FilterService.GetImmortalType();
var foundEntity = EntityModel.GetFrom(hotkey, hotkeyGroup, isHoldSpace, faction, immortal);
var foundEntity = EntityModel.GetFrom(hotkey!, hotkeyGroup, isHoldSpace, faction, immortal);
if (foundEntity != null)
{