From 95ce16e61074428f6ff05b2454d0accdbb7e969a Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Sat, 11 May 2024 23:13:19 -0400 Subject: [PATCH] restore sniper wearable --- TF100.sp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/TF100.sp b/TF100.sp index c255fed..2166519 100644 --- a/TF100.sp +++ b/TF100.sp @@ -8,9 +8,9 @@ // ConVar mp_tournament; -static const int len = 33; +static const int len = 32; -static const char entities[33][] = { +static const char entities[32][] = { "ambient_generic", "entity_bird", "env_ambient_light", @@ -37,14 +37,13 @@ static const char entities[33][] = { "move_rope", "point_spotlight", "prop_physics_multiplayer", - "prop_physics_respawnable", // "prop_physics_override", // payload + "prop_physics_respawnable", "prop_physics", "prop_ragdoll", "tf_ammo_pack", "tf_dropped_weapon", - "tf_ragdoll", - "tf_wearable" + "tf_ragdoll" }; public Plugin myinfo = {