mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
fuel time should be ticks here, not seconds
This commit is contained in:
@ -30,7 +30,7 @@ class BlazeRod extends Item{
|
||||
}
|
||||
|
||||
public function getFuelTime() : int{
|
||||
return 120;
|
||||
return 2400;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user