mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 10:49:10 +00:00
Use default amplifier 0 instead of implicit null
(how did nobody ever notice this?!)
This commit is contained in:
parent
22ba017965
commit
ad4659365a
@ -116,7 +116,7 @@ class Effect{
|
|||||||
|
|
||||||
protected $duration;
|
protected $duration;
|
||||||
|
|
||||||
protected $amplifier;
|
protected $amplifier = 0;
|
||||||
|
|
||||||
protected $color;
|
protected $color;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user