diff --git a/ReallifeGamemode.Server/Finance/Economy.cs b/ReallifeGamemode.Server/Finance/Economy.cs index e57261b6..5db81d0e 100644 --- a/ReallifeGamemode.Server/Finance/Economy.cs +++ b/ReallifeGamemode.Server/Finance/Economy.cs @@ -108,7 +108,7 @@ namespace ReallifeGamemode.Server.Finance public static void ReleasePayDay(Player client, Paycheck paycheck, bool minusJail) { - NAPI.Util.ConsoleOutput("in release payday"); + NAPI.Util.ConsoleOutput("in release payday."); if (client == null || paycheck == null) { return;