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/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();