projects
/
pokerwave.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
870b5bc
)
increase wait time after trick, call or hand is won
author
Geoffrey Allott
<geoffrey@allott.email>
Mon, 29 Mar 2021 21:17:12 +0000
(22:17 +0100)
committer
Geoffrey Allott
<geoffrey@allott.email>
Mon, 29 Mar 2021 21:17:12 +0000
(22:17 +0100)
site/modules/socket.js
patch
|
blob
|
history
diff --git
a/site/modules/socket.js
b/site/modules/socket.js
index 00199b605fb23880193d355e0bf752d3439f7383..68147ed3cf1faddbc99b453c9e1c3edaf643250b 100644
(file)
--- a/
site/modules/socket.js
+++ b/
site/modules/socket.js
@@
-146,7
+146,7
@@
export class Socket {
case "WinTrick":
case "WinCall":
case "WinHand":
- return
1
000;
+ return
2
000;
case "NewBlinds":
return 5000;
case "PostBlind":