helper.removeCheater
Prototype
function removeCheater(playername)
Input parameters
playername - user name of the player to remove and report
Return value
null
Description
Removes a player permanently from the game. The player will be immediately disconnected and stopped from logging in again.
Example code
removeChater(cheatingPlayer);
