]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_models.qc
Make g_balance_damagepush_speedfactor a networked variable rather than relying on...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_models.qc
index 58fb26a4ed4a0acd1ed272252e3dbeac39bf7257..d3f56f5f04424f55b9eb77c3a40fc92422ea7175 100644 (file)
@@ -1,6 +1,7 @@
 #include "g_models.qh"
 
 #include "g_subs.qh"
+#include <common/net_linked.qh>
 #include "../common/triggers/subs.qh"
 #include "../common/triggers/triggers.qh"
 
@@ -98,6 +99,7 @@ bool g_clientmodel_genericsendentity(entity this, entity to, int sf)
        {
                if(sf & 0x40)
                        WriteShort(MSG_ENTITY, this.colormap);
+               WriteByte(MSG_ENTITY, this.skin);
        }
 
        if(sf & BIT(1))