Add playtime and warns in M menu
This commit is contained in:
@@ -151,7 +151,9 @@ namespace ReallifeGamemode.Server.Events
|
||||
licenses,
|
||||
vehicles,
|
||||
factionVehicles,
|
||||
nextPayday = u.PaydayTimer
|
||||
nextPayday = u.PaydayTimer,
|
||||
playTime = u.PlayedMinutes / 60,
|
||||
userWarn = u.warn,
|
||||
};
|
||||
|
||||
string faction = u.Faction?.Name ?? "Zivilist";
|
||||
|
||||
Reference in New Issue
Block a user