mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 19:15:44 +00:00
parent
b72d822f94
commit
40fb496052
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue