1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

don't overwrite the paused state from the event

This commit is contained in:
Damodar Lohani 2023-04-26 08:41:22 +00:00
parent b5379f0f0c
commit b147cadaa2

View file

@ -178,7 +178,6 @@ class Func extends Event
$this->payload = $event->getPayload();
$this->event = $event->getEvent();
$this->params = $event->getParams();
$this->paused = $event->isPaused();
return $this;
}
}