From 0edf5a1e3094171515ba5be9aae33534fab9ed52 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 9 May 2021 20:06:14 +0200 Subject: [PATCH] bigmap temp weg --- ReallifeGamemode.Client/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReallifeGamemode.Client/index.ts b/ReallifeGamemode.Client/index.ts index b79488aa..a5ddb997 100644 --- a/ReallifeGamemode.Client/index.ts +++ b/ReallifeGamemode.Client/index.ts @@ -277,8 +277,10 @@ handsup(); import spawnschutz from './Player/spawnschutz'; spawnschutz(); +/* import bigmap from './Gui/bigmap'; bigmap(); +*/ import notification from './Gui/notification'; notification();