mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +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 $amplifier;
|
||||
protected $amplifier = 0;
|
||||
|
||||
protected $color;
|
||||
|
||||
|
Reference in New Issue
Block a user