Removed the space between tshock and version
Because Endimmion told me to
This commit is contained in:
parent
bf60e34b18
commit
28fd3bbc56
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
{"name", TShock.Config.ServerName},
|
{"name", TShock.Config.ServerName},
|
||||||
{"version", Main.versionNumber},
|
{"version", Main.versionNumber},
|
||||||
{"tshock version", TShock.VersionNum},
|
{"tshockversion", TShock.VersionNum},
|
||||||
{"port", TShock.Config.ServerPort},
|
{"port", TShock.Config.ServerPort},
|
||||||
{"playercount", Main.player.Where(p => null != p && p.active).Count()},
|
{"playercount", Main.player.Where(p => null != p && p.active).Count()},
|
||||||
{"maxplayers", TShock.Config.MaxSlots},
|
{"maxplayers", TShock.Config.MaxSlots},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue