diff --git a/TShockAPI/Rest/RestManager.cs b/TShockAPI/Rest/RestManager.cs index d6deacfc..e1e53b77 100644 --- a/TShockAPI/Rest/RestManager.cs +++ b/TShockAPI/Rest/RestManager.cs @@ -224,6 +224,7 @@ namespace TShockAPI { {"name", TShock.Config.ServerName}, {"version", Main.versionNumber}, + {"tshock version", TShock.VersionNum}, {"port", TShock.Config.ServerPort}, {"playercount", Main.player.Where(p => null != p && p.active).Count()}, {"maxplayers", TShock.Config.MaxSlots},