Skip to content

Commit b545e78

Browse files
committed
Fix zombie uber skin
1 parent 2c497a8 commit b545e78

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

addons/sourcemod/scripting/zombie_escape/gamemode.sp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ void Gamemode_InventoryApplication(int client, int userid)
204204
}
205205
}
206206

207-
SetEntProp(client, Prop_Send, "m_nForcedSkin", class == TFClass_Spy ? SKIN_ZOMBIE_SPY : SKIN_ZOMBIE);
208-
SetEntProp(client, Prop_Send, "m_bForcedSkin", true);
209207
SetEntProp(client, Prop_Send, "m_iPlayerSkinOverride", true);
210208
}
211209
else
@@ -235,8 +233,6 @@ void Gamemode_InventoryApplication(int client, int userid)
235233
}
236234
}
237235

238-
SetEntProp(client, Prop_Send, "m_nForcedSkin", 0);
239-
SetEntProp(client, Prop_Send, "m_bForcedSkin", false);
240236
SetEntProp(client, Prop_Send, "m_iPlayerSkinOverride", 0);
241237
}
242238

0 commit comments

Comments
 (0)