Skip to content

Commit

Permalink
Required downloads fix (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
MK99MA committed Mar 3, 2022
1 parent 9394c9b commit b00e3f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified addons/sourcemod/plugins/old/1.3.4.1/soccer_mod.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/soccer_mod.smx
Binary file not shown.
3 changes: 2 additions & 1 deletion addons/sourcemod/scripting/soccer_mod.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,6 @@ public void ClearTimer(Handle timer)

public void AddDownloads()
{
AddDirToDownloads("sound/soccermod");
AddDirToDownloads("materials/models/soccer_mod");
AddDirToDownloads("models/soccer_mod");

Expand All @@ -1603,6 +1602,8 @@ public void AddDownloads()
AddDirToDownloads("materials/models/player/soccermod");
AddDirToDownloads("models/player/soccermod");
}
// if added first following entries are not added??
AddDirToDownloads("sound/soccermod");
}


Expand Down

0 comments on commit b00e3f5

Please sign in to comment.