wenn minus = knast

This commit is contained in:
hydrant
2020-05-07 18:32:26 +02:00
parent 385c73f017
commit 1f9027c1cd
3 changed files with 113 additions and 89 deletions

View File

@@ -3002,7 +3002,7 @@ namespace ReallifeGamemode.Server.Commands
{
if (target.IsLoggedIn())
{
Economy.SetPaycheck(target);
Economy.SetPaycheck(target, false);
}
}