예제 #1
0
 private void putOffTable(GameClient c, GameTable t, bool disconnecting)
 {
     t.nowLeaving(c);
     c.leaveTable(t.getTid());
     alertTableUpdate(t.getTid());
     c.joinLobby();
     if (!disconnecting)
     {
         alertJoinLobby(c);
     }
 }
예제 #2
0
 private void putOffTable(GameClient c, GameTable t, bool disconnecting)
 {
     t.nowLeaving(c);
     c.leaveTable(t.getTid());
     alertTableUpdate(t.getTid());
     c.joinLobby();
     if(!disconnecting)
         alertJoinLobby(c);
 }