ND-Framework / ND_MDT

MDT for ND Core
https://discord.gg/Z9Mxu72zZ6
GNU General Public License v3.0
13 stars 12 forks source link

fix: panic being sent to all clients #8

Closed realCallMeJ closed 8 months ago

realCallMeJ commented 8 months ago

the client panic event didn't have a job check, so when a panic button was pressed, all clients would hear the panic sound, regardless of their job

i've added the job check used in other client events to the panic event

fixes #7