ExitDreamWorldMessage: bruh

This commit is contained in:
JohnCorby 2022-03-28 15:57:31 -07:00
parent 0732199e82
commit f5b45fc960

View File

@ -22,7 +22,12 @@ internal class ExitDreamWorldMessage : QSBMessage
});
}
public override void OnReceiveLocal() => OnReceiveRemote();
public override void OnReceiveLocal()
{
var player = QSBPlayerManager.LocalPlayer;
player.InDreamWorld = false;
player.AssignedSimulationLantern = null;
}
public override void OnReceiveRemote()
{