Cleanup of warnings

This commit is contained in:
Chomp
2025-09-26 13:38:47 +01:00
parent f43a137fed
commit ecc0ba8406
10 changed files with 20 additions and 22 deletions
@@ -404,7 +404,7 @@ public class GameController(
}
// Two day post-profile creation
if (currentTimeStamp > timeStampProfileCreated + oneDaySeconds * 2)
if (currentTimeStamp > timeStampProfileCreated + (oneDaySeconds * 2))
{
giftService.SendPraporStartingGift(pmcProfile.SessionId.Value, 2);
}