From e631d0259296704fd7be03e2ce61319481939e47 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Mon, 3 May 2021 21:37:39 +0200 Subject: [PATCH] Fix global.d.ts --- ReallifeGamemode.Client/global.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ReallifeGamemode.Client/global.d.ts b/ReallifeGamemode.Client/global.d.ts index 49a68bad..28e23ada 100644 --- a/ReallifeGamemode.Client/global.d.ts +++ b/ReallifeGamemode.Client/global.d.ts @@ -95,7 +95,6 @@ declare type RentcarProperty = { Name: string; Price: number; } -} declare type PlayerCharacterData = { Gender: boolean;