mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-13 13:25:16 +00:00
fuel time should be ticks here, not seconds
This commit is contained in:
parent
90cb3c010f
commit
231617b9d0
@ -30,7 +30,7 @@ class BlazeRod extends Item{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getFuelTime() : int{
|
public function getFuelTime() : int{
|
||||||
return 120;
|
return 2400;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user