From 5920c47865449623185cae2b4d1e03031535bef5 Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Mon, 24 May 2021 13:08:14 +0200 Subject: [PATCH 1/2] 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(); From c00a45a49ff1f49f7b4abdb8ca48b16108037cf7 Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Mon, 24 May 2021 13:29:11 +0200 Subject: [PATCH 2/2] fix spawnschutz raus (cherry picked from commit da83d4825650599c6b3bf65f107f5f1727880e28) --- ReallifeGamemode.Client/Player/spawnschutz.ts | 2 +- ReallifeGamemode.Client/dlcpacks/sflv/dlc.rpf | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 ReallifeGamemode.Client/dlcpacks/sflv/dlc.rpf diff --git a/ReallifeGamemode.Client/Player/spawnschutz.ts b/ReallifeGamemode.Client/Player/spawnschutz.ts index 320a135a..983f03e5 100644 --- a/ReallifeGamemode.Client/Player/spawnschutz.ts +++ b/ReallifeGamemode.Client/Player/spawnschutz.ts @@ -1,4 +1,4 @@ -export let spawnschutzEnabled = true; +export let spawnschutzEnabled = false; var spawnschutzTimer; export default function spawnschutz() { diff --git a/ReallifeGamemode.Client/dlcpacks/sflv/dlc.rpf b/ReallifeGamemode.Client/dlcpacks/sflv/dlc.rpf deleted file mode 100644 index 7b44d5cc..00000000 --- a/ReallifeGamemode.Client/dlcpacks/sflv/dlc.rpf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d36249ba786d67112478ed20ca73cde717b4f275697fac83352be0ec845b24fb -size 205517312