Skip to content

Commit a8d4b43

Browse files
rostov114MrBlue
authored andcommitted
Update SteamServer tags to use compressed tags
1 parent a26a1ac commit a8d4b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RustHooks.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -630,10 +630,10 @@ private object IOnServerCommand(ConsoleSystem.Arg arg)
630630
private void OnServerInformationUpdated()
631631
{
632632
// Add Steam tags for Oxide
633-
SteamServer.GameTags += ",oxide";
633+
SteamServer.GameTags += ",^o";
634634
if (Interface.Oxide.Config.Options.Modded)
635635
{
636-
SteamServer.GameTags += ",modded";
636+
SteamServer.GameTags += "^z";
637637
}
638638
}
639639

0 commit comments

Comments
 (0)