Skip to content

Commit

Permalink
removed dlight
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed Mar 7, 2024
1 parent da6bfad commit 81b934d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/autorun/server/combine-ball-damage.yue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ hook.Add "OnEntityCreated", addonName, =>
unless @IsValid!
return

@AddEffects( EF_BRIGHTLIGHT )

owner = @GetOwner!
if not owner\IsValid! or ( mp_combine_ball_player_protection\GetBool! and owner\IsPlayer! ) or ( mp_combine_ball_npc_protection\GetBool! and owner\IsNPC! )
return
Expand Down

0 comments on commit 81b934d

Please sign in to comment.