TomDotBat / pixel-hud

A simplistic DarkRP HUD built using PIXEL UI.
GNU General Public License v3.0
4 stars 4 forks source link

unnecessary netmessage usage for ArrestTimer #6

Open JustPlayerDE opened 1 year ago

JustPlayerDE commented 1 year ago

the arrest timer is using a net message to network the time the user is arrested for.

DarkRP is already networking the time via usermessages, they might be bad and should be avoided but we already have one used so we could just use the GotArrested usermessage instead.