mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Use default amplifier 0 instead of implicit null
(how did nobody ever notice this?!)
This commit is contained in:
@ -116,7 +116,7 @@ class Effect{
|
|||||||
|
|
||||||
protected $duration;
|
protected $duration;
|
||||||
|
|
||||||
protected $amplifier;
|
protected $amplifier = 0;
|
||||||
|
|
||||||
protected $color;
|
protected $color;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user