ottworks / maestro

a competent admin mod for garry's mod
http://ottworks.github.io/maestro
24 stars 7 forks source link

Fix '@' targeting self #86

Closed Glitchvid closed 1 year ago

Glitchvid commented 1 year ago

Currently the '@' targeting special function doesn't properly filter its trace, allowing it to hit any type of entity, and more often than not, usually self-target the person running the command. Changed Behavior: The trace filter now only allows hitting players, and will filter out the person running the command.