From df306792de78186abaccbd8e2e33ed7526971e36 Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Sat, 3 Apr 2021 23:13:37 +0200 Subject: [PATCH] fix --- 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 5e31953c..86f582bc 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; + var playerMoney = "0"; mp.events.add("draw", (pName, pId) => { playerName = pName;