diff options
author | Alexander Harkness <me@bearbin.net> | 2014-09-27 22:28:59 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2014-09-27 22:28:59 +0200 |
commit | e5873d4e890ab4c5cdff365790a368d99984944d (patch) | |
tree | 37386fa9e593afa3c529292e42b2d931321cc771 /MCServer/Plugins/APIDump | |
parent | Fixed return value descriptions. (diff) | |
download | cuberite-e5873d4e890ab4c5cdff365790a368d99984944d.tar cuberite-e5873d4e890ab4c5cdff365790a368d99984944d.tar.gz cuberite-e5873d4e890ab4c5cdff365790a368d99984944d.tar.bz2 cuberite-e5873d4e890ab4c5cdff365790a368d99984944d.tar.lz cuberite-e5873d4e890ab4c5cdff365790a368d99984944d.tar.xz cuberite-e5873d4e890ab4c5cdff365790a368d99984944d.tar.zst cuberite-e5873d4e890ab4c5cdff365790a368d99984944d.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/Plugins/APIDump/Hooks/OnServerPing.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnServerPing.lua b/MCServer/Plugins/APIDump/Hooks/OnServerPing.lua index e4c8b054b..2a6aaee27 100644 --- a/MCServer/Plugins/APIDump/Hooks/OnServerPing.lua +++ b/MCServer/Plugins/APIDump/Hooks/OnServerPing.lua @@ -7,7 +7,7 @@ return Desc = [[ A plugin may implement an OnServerPing() function and register it as a Hook to process pings from clients in the server server list. It can change the logged in players and player capacity, as well - as the server description and the favicon by editing the values passed in. + as the server description and the favicon, that are displayed to the client in the server list. ]], Params = { { Name = "ClientHandle", Type = "{{cClientHandle}}", Notes = "The client handle that pinged the server" }, |