respawn shuttle not moving fix
This commit is contained in:
@@ -96,7 +96,10 @@ namespace Barotrauma.Networking
|
||||
{
|
||||
if (RespawnShuttle != null)
|
||||
{
|
||||
RespawnShuttle.Velocity = Vector2.Zero;
|
||||
if (!GameMain.Lua.game.overrideRespawnSub)
|
||||
{
|
||||
RespawnShuttle.Velocity = Vector2.Zero;
|
||||
}
|
||||
}
|
||||
|
||||
int clientsToRespawn = GetClientsToRespawn().Count();
|
||||
|
||||
Reference in New Issue
Block a user