(62261c6e6) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
This commit is contained in:
+2
-2
@@ -60,8 +60,8 @@ namespace Barotrauma
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
divingGearObjective = null;
|
divingGearObjective = null;
|
||||||
// Reset the timer so that we get a safe hull target.
|
// Reduce the timer so that we get a safe hull target faster.
|
||||||
searchHullTimer = 0;
|
searchHullTimer = Math.Min(1, searchHullTimer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user