don't use autopause value for warning on triangles
This commit is contained in:
@@ -79,7 +79,7 @@ public class PlayerPerformanceService
|
|||||||
if (exceedsTris && !exceedsVram)
|
if (exceedsTris && !exceedsVram)
|
||||||
{
|
{
|
||||||
warningText = $"Player {pairHandler.Pair.PlayerName} exceeds your configured triangle warning threshold (" +
|
warningText = $"Player {pairHandler.Pair.PlayerName} exceeds your configured triangle warning threshold (" +
|
||||||
$"{triUsage}/{config.TrisAutoPauseThresholdThousands * 1000} triangles).";
|
$"{triUsage}/{config.TrisWarningThresholdThousands * 1000} triangles).";
|
||||||
}
|
}
|
||||||
else if (!exceedsTris)
|
else if (!exceedsTris)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user