Skip to content

Commit

Permalink
Fix sound filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Dec 16, 2023
1 parent 1d013d7 commit f72732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/tfco_donations.sp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define DONATION_API_TIME_FORMAT "%Y-%m-%dT%H:%M:%S"

#define CROAKER_MODEL "models/props_tfconnect/festive_2023/croaker_pickup.mdl"
#define CROAKER_SOUND "tfconnect/croaker_pickup/croaker_pickup_01.mp3"
#define CROAKER_SOUND "sound/tfconnect/croaker_pickup/croaker_pickup_01.mp3"

ConVar sm_tfco_donation_enabled;
ConVar sm_tfco_donation_debug;
Expand Down

0 comments on commit f72732c

Please sign in to comment.