Fix AuthMe not compiling
This commit is contained in:
parent
28001db6bf
commit
907d70d60d
@ -229,4 +229,9 @@ public class CacheDataSource implements DataSource {
|
||||
}
|
||||
source.updateName(oldone, newone);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<PlayerAuth> getAllAuths() {
|
||||
return source.getAllAuths();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user