[This is preliminary documentation and is subject to change.]

Removes a given PlayerInfo from the ignore list.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public bool Unignore(
	PlayerInfo other
)

Parameters

other
PlayerInfo
PlayerInfo to unignore.

Return Value

True if the player is no longer ignored, false if the player was already not ignored.

See Also