From 5920c47865449623185cae2b4d1e03031535bef5 Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Mon, 24 May 2021 13:08:14 +0200 Subject: [PATCH] spawnschutz raus & SF, LV rein zum gucken (cherry picked from commit 294b0f5aa858d34650dcdbe4295b64a0c12bceee) --- ReallifeGamemode.Client/dlcpacks/sflv/dlc.rpf | 3 +++ ReallifeGamemode.Client/index.ts | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 ReallifeGamemode.Client/dlcpacks/sflv/dlc.rpf diff --git a/ReallifeGamemode.Client/dlcpacks/sflv/dlc.rpf b/ReallifeGamemode.Client/dlcpacks/sflv/dlc.rpf new file mode 100644 index 00000000..7b44d5cc --- /dev/null +++ b/ReallifeGamemode.Client/dlcpacks/sflv/dlc.rpf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36249ba786d67112478ed20ca73cde717b4f275697fac83352be0ec845b24fb +size 205517312 diff --git a/ReallifeGamemode.Client/index.ts b/ReallifeGamemode.Client/index.ts index b79488aa..67132f4e 100644 --- a/ReallifeGamemode.Client/index.ts +++ b/ReallifeGamemode.Client/index.ts @@ -274,8 +274,8 @@ handsup(); //import charSurgery from './CharCreator/surgery'; //charSurgery(globalData); -import spawnschutz from './Player/spawnschutz'; -spawnschutz(); +//import spawnschutz from './Player/spawnschutz'; +//spawnschutz(); import bigmap from './Gui/bigmap'; bigmap();