diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs index 68d8e306..915399eb 100644 --- a/TShockAPI/TSPlayer.cs +++ b/TShockAPI/TSPlayer.cs @@ -1509,6 +1509,7 @@ namespace TShockAPI foo = foo.Replace("%map%", (TShock.Config.Settings.UseServerName ? TShock.Config.Settings.ServerName : Main.worldName)); foo = foo.Replace("%players%", String.Join(",", players)); + foo = foo.Replace("%specifier%", TShock.Config.Settings.CommandSpecifier); SendMessage(foo, lineColor); }