Skip to content

Commit

Permalink
Removed spaces from stargate universe activation sound
Browse files Browse the repository at this point in the history
* File paths shouldn't have spaces in them, the Steam Workshop doesn't like it.
  • Loading branch information
viral32111 committed Apr 3, 2020
1 parent a6d5749 commit edc7006
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/stargate_universe/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENT.Sounds = {
LockDHD=Sound("stargate/universe/chevron.mp3"),
Chevron=Sound("stargate/universe/chevlocked.wav"),
Fail=Sound("stargate/universe/fail3.wav"),
Activate=Sound("stargate/universe/Stargate Begin Roll.mp3"),
Activate=Sound("stargate/universe/stargate_begin_roll.mp3"),
GateRoll=Sound("stargate/universe/Long_Gate_Roll.wav"),
StopRoll=Sound("stargate/universe/Chevron2.mp3"),
EndRoll=Sound("stargate/universe/endroll.mp3"),
Expand Down

0 comments on commit edc7006

Please sign in to comment.