QSBDreamLanternController: no need to do await base.Init(ct);

This commit is contained in:
JohnCorby 2022-10-06 11:20:14 -07:00
parent 4c5b6c7d9d
commit 611e600ec1

View File

@ -12,8 +12,6 @@ public class QSBDreamLanternController : WorldObject<DreamLanternController>
public override async UniTask Init(CancellationToken ct)
{
await base.Init(ct);
// Ghosts don't have the item and instead the effects are controlled by GhostEffects
if (!IsGhostLantern)
{