Skip to content

Commit

Permalink
Fixes intel squad "Unauthorized access detected" (cmss13-devs#4457)
Browse files Browse the repository at this point in the history
# About the pull request

Fixes intel squad "Unauthorized access detected" pop up that occurs when
trying to use the squad HUD

# Explain why it's good for the game

bug bad


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl: Morrow
fix: Fixed intel squad "Unauthorized access detected"
/:cl:
  • Loading branch information
morrowwolf committed Sep 23, 2023
1 parent 6423b15 commit e379352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/jobs/job/marine/squads.dm
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
use_stripe_overlay = FALSE
equipment_color = "#053818"
minimap_color = MINIMAP_SQUAD_INTEL
radio_freq = null
radio_freq = PUB_FREQ

roundstart = FALSE
prepend_squad_name_to_assignment = FALSE
Expand Down

0 comments on commit e379352

Please sign in to comment.