From 28fd3bbc56b4201c183ab0aa9283e4c75f40ad6f Mon Sep 17 00:00:00 2001 From: Laurens de Voogd Date: Wed, 25 Jun 2014 00:27:03 +0200 Subject: [PATCH] Removed the space between tshock and version Because Endimmion told me to --- TShockAPI/Rest/RestManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Rest/RestManager.cs b/TShockAPI/Rest/RestManager.cs index e1e53b77..28b0b434 100644 --- a/TShockAPI/Rest/RestManager.cs +++ b/TShockAPI/Rest/RestManager.cs @@ -224,7 +224,7 @@ namespace TShockAPI { {"name", TShock.Config.ServerName}, {"version", Main.versionNumber}, - {"tshock version", TShock.VersionNum}, + {"tshockversion", TShock.VersionNum}, {"port", TShock.Config.ServerPort}, {"playercount", Main.player.Where(p => null != p && p.active).Count()}, {"maxplayers", TShock.Config.MaxSlots},