Fix nullability warning.

This commit is contained in:
Pieter-Jan Briers
2020-06-13 03:18:34 +02:00
parent 1c119927ae
commit 518a006d70

View File

@@ -93,7 +93,7 @@ namespace Content.Server.GameObjects.Components.PDA
case PDAEjectIDMessage msg:
{
HandleIDEjection(message.Session.AttachedEntity);
HandleIDEjection(message.Session.AttachedEntity!);
break;
}