From e4421739febe2ad3a4d7f55bf26567e2e6c25f38 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 2 May 2021 23:58:43 +0200 Subject: [PATCH] =?UTF-8?q?actimel=20aktiviert=20abwehrkr=C3=A4fte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Client/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/index.ts b/ReallifeGamemode.Client/index.ts index 35858e1c..2dc0210b 100644 --- a/ReallifeGamemode.Client/index.ts +++ b/ReallifeGamemode.Client/index.ts @@ -208,7 +208,7 @@ import PilotRouteList from './Jobs/PilotRouteSelect'; PilotRouteList(globalData); import weapondamageUtil from './util/weapondamage'; -//weapondamageUtil(globalData); +weapondamageUtil(globalData); import soundUtil from './util/sound'; soundUtil();