Rename Utils.ActivePlayers to something better.
Issues related to ICollections being null led to reverting migrating this to TSPlayer until a better solution is uncovered.
This commit is contained in:
parent
a5cad284a8
commit
df4da817b6
5 changed files with 11 additions and 11 deletions
|
|
@ -4819,7 +4819,7 @@ namespace TShockAPI
|
|||
return;
|
||||
}
|
||||
|
||||
args.Player.SendSuccessMessage("Online Players ({0}/{1})", TShock.Utils.ActivePlayers(), TShock.Config.MaxSlots);
|
||||
args.Player.SendSuccessMessage("Online Players ({0}/{1})", TShock.Utils.GetActivePlayerCount(), TShock.Config.MaxSlots);
|
||||
|
||||
var players = new List<string>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue