Merge branch 'cherry-pick-294b0f5a' into 'master'

spawnschutz raus hotfix

See merge request log-gtav/reallife-gamemode!75
This commit is contained in:
hydrant
2021-05-25 22:04:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
export let spawnschutzEnabled = true;
export let spawnschutzEnabled = false;
var spawnschutzTimer;
export default function spawnschutz() {

View File

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