Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Fixed the iron pick axe not working as a super pick axe.
Dieser Commit ist enthalten in:
Ursprung
7befb2e051
Commit
b3ddbb426a
@ -95,7 +95,7 @@ public abstract class WorldEditPlayer {
|
||||
*/
|
||||
public boolean isHoldingPickAxe() {
|
||||
int item = getItemInHand();
|
||||
return item == 271 || item == 270 || item == 274 || item == 278
|
||||
return item == 257 || item == 270 || item == 274 || item == 278
|
||||
|| item == 285;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren