mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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{
|
||||
return 120;
|
||||
return 2400;
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user