From e18ab504530c0d11bcdafb8a2f1ec12009776cc0 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 24 Feb 2015 21:42:06 -0700 Subject: [PATCH] Literally add a comma between two different things --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index ea1d521d..b7829574 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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);