diff --git a/MinecraftClient/CSharpRunner.cs b/MinecraftClient/CSharpRunner.cs index 00c76ad1..3a49b01a 100644 --- a/MinecraftClient/CSharpRunner.cs +++ b/MinecraftClient/CSharpRunner.cs @@ -263,6 +263,15 @@ namespace MinecraftClient tickHandler.WaitOne(); } + /// + /// Return the list of currently online players + /// + /// List of online players + new public string[] GetOnlinePlayers() + { + return base.GetOnlinePlayers(); + } + /* == Additional Methods useful for Script API == */ ///