Revert changes to ban API from 1.7.8

This commit is contained in:
Travis Watkins
2014-04-17 10:44:02 -05:00
parent f13accabe1
commit 76d7dff75e
4 changed files with 4 additions and 28 deletions

View File

@@ -20,10 +20,6 @@ public interface BanList {
* Banned player IP addresses
*/
IP,
/**
* Banned player UUID
*/
UUID,
;
}