Day 254 : Fixes

This commit is contained in:
Lukas Moungos
2019-07-20 15:25:38 +02:00
parent dbb6f49c8b
commit 28e6a461f0
5 changed files with 45 additions and 51 deletions

View File

@@ -2571,7 +2571,7 @@ namespace ReallifeGamemode.Server.Commands
foreach (var target in NAPI.Pools.GetAllPlayers().Select(c => c.GetUser()))
{
Economy.SetPaycheck(target.Client, target.Wage);
Economy.SetPaycheck(target.Client, target.Wage);
}
ChatService.SendMessage(player, "~b~[ADMIN]~s~ Du hast ein Payday gedroppt.");