This commit is contained in:
JohnCorby 2022-02-15 02:48:15 -08:00
parent 4112ee3c91
commit d661ee747b

View File

@ -91,12 +91,12 @@ namespace QSB.Player
if (_joining)
{
DebugLog.DebugWrite($"WARP IN {_player.TransformSync}");
effect.WarpObjectIn(.5f);
effect.WarpObjectIn(2);
}
else
{
DebugLog.DebugWrite($"WARP OUT {_player.TransformSync}");
effect.WarpObjectOut(.5f);
effect.WarpObjectOut(2);
}
});
}