This commit is contained in:
JohnCorby 2022-01-21 15:22:29 -08:00
parent 4918815e92
commit f5eff83cb6

View File

@ -11,6 +11,8 @@ namespace QSB.QuantumSync.WorldObjects
public override void SendResyncInfo(uint to)
{
base.SendResyncInfo(to);
if (QSBCore.IsHost)
{
var moon = AttachedObject;