Ignore player ent for popup raycasts (#13485)

This commit is contained in:
metalgearsloth
2023-01-16 05:14:21 +11:00
committed by GitHub
parent 78deed3925
commit 67ecae6b7d
2 changed files with 7 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ namespace Content.Client.Popups
SubscribeNetworkEvent<PopupEntityEvent>(OnPopupEntityEvent);
SubscribeNetworkEvent<RoundRestartCleanupEvent>(OnRoundRestart);
_overlay
.AddOverlay(new PopupOverlay(_configManager, EntityManager, _prototype, _resource, _uiManager, this));
.AddOverlay(new PopupOverlay(_configManager, EntityManager, _playerManager, _prototype, _resource, _uiManager, this));
}
public override void Shutdown()