From 8393d13eb8a3655a5c82bba5fc0bf8deb8d9bd68 Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Sat, 3 Apr 2021 23:20:42 +0200 Subject: [PATCH] fix last --- ReallifeGamemode.Client/Gui/infobox.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/Gui/infobox.ts b/ReallifeGamemode.Client/Gui/infobox.ts index 86f582bc..be4c2555 100644 --- a/ReallifeGamemode.Client/Gui/infobox.ts +++ b/ReallifeGamemode.Client/Gui/infobox.ts @@ -50,7 +50,7 @@ export default function (globalData: IGlobalData): void { var playerName; var playerId; - var playerMoney = "0"; + var playerMoney = "5000"; mp.events.add("draw", (pName, pId) => { playerName = pName;