adding logged in username to /playing in console - TShock Edit
This commit is contained in:
parent
f89de33d01
commit
6b9e462ff4
1 changed files with 2 additions and 2 deletions
4
TShockAPI/TShock.cs
Executable file → Normal file
4
TShockAPI/TShock.cs
Executable file → Normal file
|
|
@ -534,8 +534,8 @@ namespace TShockAPI
|
|||
if (player != null && player.Active)
|
||||
{
|
||||
count++;
|
||||
TSPlayer.Server.SendMessage(string.Format("{0} ({1}) [{2}]", player.Name, player.IP,
|
||||
player.Group.Name));
|
||||
TSPlayer.Server.SendMessage(string.Format("{0} ({1}) [{2}] <{3}>", player.Name, player.IP,
|
||||
player.Group.Name, player.UserAccountName));
|
||||
}
|
||||
}
|
||||
TSPlayer.Server.SendMessage(string.Format("{0} players connected.", count));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue