1
0

Fixed a few missing MCServers in APIDump

This commit is contained in:
Julian Laubstein
2015-08-13 10:19:24 +02:00
parent cdcc5fe9a7
commit 24e8edb19c
12 changed files with 20 additions and 275 deletions

View File

@@ -39,7 +39,7 @@ return
Plugins can be identified by either the PluginFolder or PluginName. Note that these two can differ,
refer to <a href="http://forum.mc-server.org/showthread.php?tid=1877">the forum</a> for detailed discussion.
<p>
There is one instance of cPluginManager in MCServer, to get it, call either
There is one instance of cPluginManager in Cuberite, to get it, call either
{{cRoot|cRoot}}:Get():GetPluginManager() or cPluginManager:Get() function.</p>
<p>
Note that some functions are "static", that means that they are called using a dot operator instead