Skip to content

Commit

Permalink
restore sniper wearable
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed May 12, 2024
1 parent d959c49 commit 95ce16e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions TF100.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 = {
Expand Down

0 comments on commit 95ce16e

Please sign in to comment.