Use default amplifier 0 instead of implicit null

(how did nobody ever notice this?!)
This commit is contained in:
Dylan K. Taylor 2017-06-03 11:06:22 +01:00
parent 22ba017965
commit ad4659365a

View File

@ -116,7 +116,7 @@ class Effect{
protected $duration;
protected $amplifier;
protected $amplifier = 0;
protected $color;