Day 254 : Fixes
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user