From 91bc549216126f4f54329a63243f72353b6bf865 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 8 Dec 2015 14:25:05 +0000 Subject: [PATCH] Make sure the serve is updated on undo --- lib/match.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/match.rb b/lib/match.rb index bb5b1e7..77636f8 100644 --- a/lib/match.rb +++ b/lib/match.rb @@ -47,6 +47,7 @@ class Match elsif no_scores? set_initial_serve(colour) end + set_serve end def set_initial_serve(colour)