Wruczek / ts-website

A website for your TeamSpeak 3 server
https://ts.wruczek.tech
GNU General Public License v3.0
344 stars 80 forks source link

Convert to string before replace #186

Closed OndraNi closed 3 years ago

OndraNi commented 3 years ago

This fixes this error text.replace is not a function When somebody has this nickname 1234567890 it throws error in the server viewer.

Wruczek commented 3 years ago

Thanks