Typo in OnRemoveBan documentation (#542)

Fix typo in OnRemoveBan documentation
This commit is contained in:
iNilo
2016-09-17 17:23:59 +01:00
committed by Asher Baker
parent 237db0504c
commit f70a3ea297
+1 -1
View File
@@ -87,7 +87,7 @@ forward Action OnBanIdentity(const char[] identity,
* @param flags Ban flags (only IP or AUTHID are valid here).
* @param command Command string to identify the ban source.
* @param source Source value passed via BanIdentity().
* @return Plugin_Handled to block the actual server banning.
* @return Plugin_Handled to block the actual unbanning.
*/
forward Action OnRemoveBan(const char[] identity,
int flags,