1
0

Copy edit.

This commit is contained in:
Alexander Harkness 2014-09-27 21:28:59 +01:00
parent 57e83f7d49
commit e5873d4e89

View File

@ -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" },