test push

This commit is contained in:
kookroach
2021-04-04 00:09:34 +02:00
parent bcb88e5194
commit f713f3b528

View File

@@ -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;