]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qc
Only show playing message if the client is actually a player
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qc
index d682566284b45d51e09fb2d43b07a57fce0e92a0..53e68d9eb2259df91048e56348e3d8b2add3b1b1 100644 (file)
@@ -47,6 +47,7 @@ string W_ThrowNewWeapon(entity own, float wpn, float doreduce, vector org, vecto
        wep.flags |= FL_TOSSED;
        wep.colormap = own.colormap;
        wep.glowmod = weaponentity_glowmod(info, own, own.clientcolors, own.(weaponentity));
+       navigation_dynamicgoal_init(wep, false);
 
        W_DropEvent(wr_drop,own,wpn,wep,weaponentity);