mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
guh
This commit is contained in:
parent
4112ee3c91
commit
d661ee747b
@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user