]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/lib/monsters.qc
Fix monster skin not updating with mobedit skin command
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / lib / monsters.qc
index c335d800441ca68118922dff842b85f6c03642c6..4ae1fd56af5889d9d95beb597de98194c544a8b3 100644 (file)
@@ -734,6 +734,8 @@ float monster_send(entity to, float sf)
     
     if(sf & MSF_STATUS)
     {
+               WriteByte(MSG_ENTITY, self.skin);
+               
         WriteByte(MSG_ENTITY, self.team);
         
         if(self.health <= 0)