mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-03-02 11:11:58 +01:00
parent
b72d822f94
commit
40fb496052
@ -1018,6 +1018,11 @@ public class OfflinePlayer implements Player {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public float getAttackCooldown() {
|
||||||
|
return 0f;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean discoverRecipe(NamespacedKey recipe) {
|
public boolean discoverRecipe(NamespacedKey recipe) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user