mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
ExitDreamWorldMessage: bruh
This commit is contained in:
parent
0732199e82
commit
f5b45fc960
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user