Пример #1
0
 public static void RemoveFromBanList(string systemAddress)
 {
     ServerInterface.RemoveFromBanList(systemAddress);
     Logger.Log("IP unbanned: " + systemAddress);
 }