ACF-Team / ACF-3

ACF
MIT License
67 stars 55 forks source link

Prevent improper sound paths #339

Closed brandonsturgeon closed 1 year ago

brandonsturgeon commented 1 year ago

Trying to play invalid sound paths can really destroy the server console.

Sometimes this duplicator mod seems to default to "0" for some reason, so that makes it especially bad.

This PR prevents players from setting sounds that don't exist on the server, and prevents dupes from loading sounds that don't exist on the server.

(not tested but it's pretty straightforward?)