mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Fix Release build
This commit is contained in:
@@ -197,7 +197,8 @@ namespace Tgstation.Server.Host.Jobs
|
||||
sectionReservations = 0;
|
||||
}
|
||||
|
||||
if (percentage + sectionReservations.Value > 1.0001) // floating point >.<
|
||||
// floating point >.<
|
||||
if (percentage + sectionReservations.Value > 1.0001)
|
||||
{
|
||||
var remainingPercentage = 1.0 - sectionReservations.Value;
|
||||
logger.LogError(
|
||||
|
||||
Reference in New Issue
Block a user