mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
fix build
This commit is contained in:
@@ -517,12 +517,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ @Override
|
+ @Override
|
||||||
+ public boolean shouldActivate() {
|
+ public boolean canUse() {
|
||||||
+ return handle.shouldActivate();
|
+ return handle.shouldActivate();
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ @Override
|
+ @Override
|
||||||
+ public boolean shouldStayActive() {
|
+ public boolean canContinueToUse() {
|
||||||
+ return handle.shouldStayActive();
|
+ return handle.shouldStayActive();
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
Reference in New Issue
Block a user