set InDreamWorld and AssignedSimulationLantern for local player

This commit is contained in:
JohnCorby 2022-03-27 22:06:09 -07:00
parent e3c5848983
commit f35d984ca5
2 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,8 @@ internal class EnterDreamWorldMessage : QSBWorldObjectMessage<QSBDreamLanternIte
});
}
public override void OnReceiveLocal() => OnReceiveRemote();
public override void OnReceiveRemote()
{
var player = QSBPlayerManager.GetPlayer(From);

View File

@ -22,6 +22,8 @@ internal class ExitDreamWorldMessage : QSBMessage
});
}
public override void OnReceiveLocal() => OnReceiveRemote();
public override void OnReceiveRemote()
{
var player = QSBPlayerManager.GetPlayer(From);