1
0

changed description to be more readable.

This commit is contained in:
Alexander Harkness 2014-09-27 21:35:08 +01:00
parent e5873d4e89
commit 24275e058b

View File

@ -17,9 +17,8 @@ return
{ Name = "Favicon", Type = "string", Notes = "The base64 encoded favicon to be displayed in the server list for compatible clients" },
},
Returns = [[
The plugin returns <code>res, ServerDescription, OnlinePlayersCount, MaxPlayersCount, Favicon</code>.
res is a boolean which stops other plugins being notified of the ping if it's set to true, and the others
are the same as the arguments, and if emitted change the values transmitted to the client.
The plugin can return whether to continue processing of the hook with other plugins, the server description to
be displayed to the client, the currently online players, the player cap and the base64/png favicon data, in that order.
]],
}, -- HOOK_SERVER_PING
}