public void Ban() { if (!this.Owner) { BanSystem.AddBan(this); } this.Disconnect(); }
public void Ban() { BanSystem.AddBan(this); }