Skip to content

Commit

Permalink
De-Julesify the mission script
Browse files Browse the repository at this point in the history
Disable the mission script that triggers spawngroup spawns when the tarp has been cut
  • Loading branch information
SonicSoapyBoi authored Aug 5, 2024
1 parent e48b7a2 commit 01ef6d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions req/mission_script/brb.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return {
--Don't trigger the spawngroup if the tarp has been cut (should prevent cops from spawning early)
--yes, this makes the cops spawn early
[101288] = {
values = {
enabled = false
}
}
}

0 comments on commit 01ef6d6

Please sign in to comment.