Skip to content

Commit

Permalink
This is driving me insane
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Dec 16, 2023
1 parent 784d35b commit 1e81fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/sourcemod/scripting/tfco_donations.sp
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ public void OnMapStart()
AddFileToDownloadsTable("models/props_tfconnect/festive_2023/croaker_pickup.phy");
PrecacheModel(CROAKER_MODEL);

AddFileToDownloadsTable("models/props_tfconnect/festive_2023/croaker_pickup/croaker_plush.vmt");
AddFileToDownloadsTable("models/props_tfconnect/festive_2023/croaker_pickup/croaker_plush_nm.vtf");
AddFileToDownloadsTable("models/props_tfconnect/festive_2023/croaker_pickup/croaker_plush.vtf");
AddFileToDownloadsTable("materials/models/props_tfconnect/festive_2023/croaker_pickup/croaker_plush.vmt");
AddFileToDownloadsTable("materials/models/props_tfconnect/festive_2023/croaker_pickup/croaker_plush_nm.vtf");
AddFileToDownloadsTable("materials/models/props_tfconnect/festive_2023/croaker_pickup/croaker_plush.vtf");

AddFileToDownloadsTable("sound/" ... CROAKER_SOUND);
PrecacheSound(")" ... CROAKER_SOUND);
Expand Down

0 comments on commit 1e81fa9

Please sign in to comment.