updated changelog, transparent debug console frame, stuff
This commit is contained in:
@@ -413,7 +413,7 @@ namespace Barotrauma
|
||||
|
||||
public static string SecondsToReadableTime(float seconds)
|
||||
{
|
||||
if (seconds <= 60.0f)
|
||||
if (seconds < 60.0f)
|
||||
{
|
||||
return (int)seconds + " s";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user