Unstable 0.1400.1.0
This commit is contained in:
@@ -79,7 +79,6 @@ namespace Barotrauma.Networking
|
||||
TRAITOR_MESSAGE,
|
||||
MISSION,
|
||||
EVENTACTION,
|
||||
RESET_UPGRADES, //inform the clients that the upgrades on the submarine have been reset
|
||||
CREW, //anything related to managing bots in multiplayer
|
||||
READY_CHECK //start, end and update a ready check
|
||||
}
|
||||
|
||||
@@ -186,11 +186,7 @@ namespace Barotrauma.Networking
|
||||
if (updateReturnTimer > 1.0f)
|
||||
{
|
||||
updateReturnTimer = 0.0f;
|
||||
|
||||
if (shuttleSteering != null)
|
||||
{
|
||||
shuttleSteering.SetDestinationLevelStart();
|
||||
}
|
||||
shuttleSteering?.SetDestinationLevelStart();
|
||||
UpdateReturningProjSpecific(deltaTime);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user