From f713f3b528c76b24cb7212041fffea6ad6b6aa84 Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Sun, 4 Apr 2021 00:09:34 +0200 Subject: [PATCH] test push --- ReallifeGamemode.Server/Finance/Economy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;