Add %specifier% to SendFileTextAsMessage
This commit is contained in:
parent
356cdaa7ad
commit
e0c9f45038
1 changed files with 1 additions and 0 deletions
|
|
@ -1509,6 +1509,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
foo = foo.Replace("%map%", (TShock.Config.Settings.UseServerName ? TShock.Config.Settings.ServerName : Main.worldName));
|
foo = foo.Replace("%map%", (TShock.Config.Settings.UseServerName ? TShock.Config.Settings.ServerName : Main.worldName));
|
||||||
foo = foo.Replace("%players%", String.Join(",", players));
|
foo = foo.Replace("%players%", String.Join(",", players));
|
||||||
|
foo = foo.Replace("%specifier%", TShock.Config.Settings.CommandSpecifier);
|
||||||
|
|
||||||
SendMessage(foo, lineColor);
|
SendMessage(foo, lineColor);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue