From 31c594a06e4bb41a266d246c4afad462eab3d222 Mon Sep 17 00:00:00 2001 From: Andy2 Date: Fri, 24 Sep 2010 18:48:52 -0700 Subject: [PATCH] everybody starts out as client by default, same as on linux --- .../android/XWords4/src/org/eehouse/android/xw4/GameConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GameConfig.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GameConfig.java index 358b2cc18..0ff297737 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GameConfig.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GameConfig.java @@ -459,7 +459,7 @@ public class GameConfig extends Activity implements View.OnClickListener, m_notNetworkedGame = m_notNetworkedGameCheckbx.isChecked(); m_gi.setServerRole( m_notNetworkedGame ? DeviceRole.SERVER_STANDALONE - : DeviceRole.SERVER_ISSERVER ); + : DeviceRole.SERVER_ISCLIENT ); loadPlayers(); } else if ( m_joinPublicCheck == view ) {