mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
parent
6c711055bd
commit
8cc9046454
1 changed files with 9 additions and 0 deletions
|
|
@ -263,6 +263,15 @@ namespace MinecraftClient
|
|||
tickHandler.WaitOne();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Return the list of currently online players
|
||||
/// </summary>
|
||||
/// <returns>List of online players</returns>
|
||||
new public string[] GetOnlinePlayers()
|
||||
{
|
||||
return base.GetOnlinePlayers();
|
||||
}
|
||||
|
||||
/* == Additional Methods useful for Script API == */
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue