Table of Contents

BanList::removeBan

( int ID, TransportAddress TA )Unban someone.

@param ID Unique ID of the player. @param TA Address from which the player connected.

Syntax

void BanList::removeBan(int %ID);

Parameters

int %ID
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

BanList::add
BanList::addAbsolute
BanList::export
BanList::isBanned

References

This function is not called by any other functions.