Literally add a comma between two different things
This commit is contained in:
parent
13756360bb
commit
e18ab50453
1 changed files with 1 additions and 1 deletions
|
|
@ -3554,7 +3554,7 @@ namespace TShockAPI
|
|||
TShock.Config.DefaultSpawnRate = NPC.defaultSpawnRate = spawnRate;
|
||||
if (args.Silent)
|
||||
{
|
||||
args.Player.SendInfoMessage("Changed the spawn rate to {0}."spawnRate);
|
||||
args.Player.SendInfoMessage("Changed the spawn rate to {0}.", spawnRate);
|
||||
}
|
||||
else {
|
||||
TSPlayer.All.SendInfoMessage("{0} changed the spawn rate to {1}.", args.Player.Name, spawnRate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue