X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fclient.qc;h=b56305b69b8d117e7a2ece7229678c588725fed8;hp=f1d417d6bace6987d6f1a72984f6f77260b7db0f;hb=6ea97246f03651c514be506bf57cbc0c2351e935;hpb=2c2a008a2c1b25d47a81f5d7836a510d4643273a diff --git a/qcsrc/server/client.qc b/qcsrc/server/client.qc index f1d417d6ba..b56305b69b 100644 --- a/qcsrc/server/client.qc +++ b/qcsrc/server/client.qc @@ -59,6 +59,8 @@ #include "../lib/warpzone/server.qh" +#include + STATIC_METHOD(Client, Add, void(Client this, int _team)) { ClientConnect(this); @@ -1738,6 +1740,8 @@ void SpectateCopy(entity this, entity spectatee) this.weapons = spectatee.weapons; this.vortex_charge = spectatee.vortex_charge; this.vortex_chargepool_ammo = spectatee.vortex_chargepool_ammo; + this.okvortex_charge = spectatee.okvortex_charge; + this.okvortex_chargepool_ammo = spectatee.okvortex_chargepool_ammo; this.hagar_load = spectatee.hagar_load; this.arc_heat_percent = spectatee.arc_heat_percent; this.minelayer_mines = spectatee.minelayer_mines;