Skip to content

Commit

Permalink
Remove not packaged (#371)
Browse files Browse the repository at this point in the history
* Clearup sound/model download  (missiles)
  • Loading branch information
e54385991 authored and good-live committed Oct 16, 2018
1 parent 0ad83c4 commit 9396fd6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions addons/sourcemod/scripting/ttt/ttt_missiles.sp
Expand Up @@ -147,12 +147,6 @@ public void OnMapStart()
GetEntPropVector(0, Prop_Send, "m_WorldMaxs", WorldMaxHull);
g_fMaxWorldLength = GetVectorDistance(WorldMinHull, WorldMaxHull);

AddFileToDownloadsTable("sound/weapons/rpg/rocket1.wav");
AddFileToDownloadsTable("models/weapons/w_models/w_rocket.mdl");
AddFileToDownloadsTable("materials/models/weapons/w_rocketlauncher/w_rocket01.vmt");
AddFileToDownloadsTable("materials/models/weapons/w_rocketlauncher/w_rocket01.vtf");

PrecacheModel("models/weapons/w_models/w_rocket.mdl");
PrecacheModel("models/props/de_inferno/hr_i/missile/missile_02.mdl");

PrecacheSound("weapons/rpg/rocket1.wav");
Expand Down

0 comments on commit 9396fd6

Please sign in to comment.