This commit is contained in:
JohnCorby 2022-12-12 17:42:08 -08:00
parent e82f555dfc
commit 5dbd91c290

View File

@ -24,7 +24,6 @@ namespace NewHorizons.Handlers
{
var group = GetStreamingGroup(name);
// no null check. idc
sector.OnOccupantEnterSector += _ =>
{
if (sector.ContainsAnyOccupants(DynamicOccupant.Player | DynamicOccupant.Probe))