diff --git a/hwe/sammo/Event/Action/RaiseInvader.php b/hwe/sammo/Event/Action/RaiseInvader.php index b1772f36..bab9f1d3 100644 --- a/hwe/sammo/Event/Action/RaiseInvader.php +++ b/hwe/sammo/Event/Action/RaiseInvader.php @@ -132,7 +132,7 @@ class RaiseInvader extends \sammo\Event\Action continue; } - ServerTool::changeServerTerm($nextTurnterm); + ServerTool::changeServerTerm($nextTurnterm, true); break; } }