]> Pileus Git - ~andy/rhawk/commitdiff
Save game after flipping the table master
authorAndy Spencer <andy753421@gmail.com>
Thu, 18 Feb 2016 05:52:21 +0000 (05:52 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 18 Feb 2016 05:52:21 +0000 (05:52 +0000)
spades.awk

index 5bbde63019ce91c2e3eb7bedb7fd4162937fd552..740d1b8e347003b11fc6acf764fe22719521374f 100644 (file)
@@ -1022,6 +1022,6 @@ sp_state == "play" &&
        sp_stats("logs/" $2 ".log");
 }
 
-/^\.((new|end|load)game|join|look|bid|pass|play|allow|deny|team|notify)/ {
+/^\.((new|end|load)game|fliptable|join|look|bid|pass|play|allow|deny|team|notify)/ {
        sp_save("var/sp_cur.json");
 }