projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82dcaa7
)
fixed typo in comment
author
Arun Persaud
<arun@nubati.net>
Wed, 9 May 2012 03:55:49 +0000
(20:55 -0700)
committer
Arun Persaud
<arun@nubati.net>
Wed, 9 May 2012 03:55:49 +0000
(20:55 -0700)
include/game.php
patch
|
blob
|
history
diff --git
a/include/game.php
b/include/game.php
index 278a52c60a2c86e52babfe278f070fd4bd5b643a..79cdfa6fef32aa623ba5fa13399250a5f65255dc 100644
(file)
--- a/
include/game.php
+++ b/
include/game.php
@@
-537,7
+537,7
@@
switch($mystatus)
* ask if player wants to join the game *
****************************************/
- /* don't ask if user has autosetup set to yes
t
*/
+ /* don't ask if user has autosetup set to yes */
$skip = 0;
if($PREF['autosetup']=='yes') $skip = 1;