mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-02 08:40:01 +01:00
AsyncCheckData should be abstract.
This commit is contained in:
parent
fb15e2f144
commit
de51c493d2
@ -9,7 +9,7 @@ import java.util.Map;
|
|||||||
* @author mc_dev
|
* @author mc_dev
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class AsyncCheckData extends ACheckData {
|
public abstract class AsyncCheckData extends ACheckData {
|
||||||
|
|
||||||
// TODO: consider using a PermissionEntry class with a timestamp to schedule renewing it.
|
// TODO: consider using a PermissionEntry class with a timestamp to schedule renewing it.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user