diff options
Diffstat (limited to 'diplomacy/daide/request_managers.py')
-rw-r--r-- | diplomacy/daide/request_managers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diplomacy/daide/request_managers.py b/diplomacy/daide/request_managers.py index 9e37407..4d29189 100644 --- a/diplomacy/daide/request_managers.py +++ b/diplomacy/daide/request_managers.py @@ -278,6 +278,7 @@ def on_submit_orders_request(server, request, connection_handler, game): return [responses.REJ(bytes(request))] request.token = token + request.phase = game.get_current_phase() power = game.get_power(power_name) initial_power_adjusts = power.adjust[:] |