X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FMain.qc;h=2fc1ce308bee3c0d7fd49907249f8dbd25dc205b;hb=dddcec45ff5dc47096024671d4802e0a795259f7;hp=d1a76320f429527c6f454d7709d470dab357d6e8;hpb=46e898d5733e900cb3120df4f96130651ccc241a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index d1a76320f..2fc1ce308 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -1278,6 +1278,7 @@ void Net_WeaponComplain() { complain_weapon_type = ReadByte(); complain_weapon_time = time; + weapontime = time; // ping the weapon panel } // CSQC_Parse_TempEntity : Handles all temporary entity network data in the CSQC layer.