Problem displaying server tags. Need FixSolved

From server tags to the game are displayed!

The variable SteamServer.GameTags no correct?
At the input ServerTagCompressor.CompressTags takes:
mp100,cp1,ptrak,qp0,$rger,v2547,weekly,vanilla,training,EU,born1714136700,gmvanilla,cs96867
return:
mp100,cp1,ptrak,qp0,$rger,v2547,EU,born1714136700,gmvanilla,cs96867,^w^v^d,^o^z,rustmaps

I can suspect the problem is in the comma that separates the parts of the tag here: ^w^v^d,^o^z

No other ideas!!! Need Fix

Old version SteamServer.GameTags look like this:
mp100,cp1,ptrak,qp0,v2519,weekly,vanilla,training,EU,hAssemblyHash,stok,born1714136700,gmvanilla,cs0

 
htmlSh3wbejUsbb.png JimDeadlock

You are only supposed to use specific tags from this list:

https://wiki.facepunch.com/rust/server-browser-tags

You can't insert a bunch of random made-up tags of your own and expect it to work properly.

If you look more closely, I just indicated these tags "weekly,vanilla,training,EU" but they are not displayed after the oxide reassembles them into "^w^v^d,^o^z"

Latest server hotfix:

* Fixed server tags not displaying on the server listings

Locked automatically