]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/cl_vehicles.qc
Net: register all types
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / cl_vehicles.qc
index b24097c03303a11f7fa30168c155c4214b8a6999..ff8e7c58d6d62f2b46c8773b9e7151ab20c1e531 100644 (file)
@@ -72,6 +72,11 @@ void Net_AuXair2(bool bIsNew)
        axh.draw2d                      = AuxiliaryXhair_Draw2D;
 }
 
+NET_HANDLE(TE_CSQC_VEHICLESETUP, bool isNew)
+{
+       Net_VehicleSetup();
+       return true;
+}
 void Net_VehicleSetup()
 {SELFPARAM();
        int hud_id = ReadByte();