# HG changeset patch # User nemo # Date 1290973122 18000 # Node ID 81f52117085d80d1073b5a146c236ef2698677c0 # Parent a5827e0e5e0b9694216194691c2ad365df1608ff disable last commit w/ comment diff -r a5827e0e5e0b -r 81f52117085d QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sun Nov 28 14:25:24 2010 -0500 +++ b/QTfrontend/hwform.cpp Sun Nov 28 14:38:42 2010 -0500 @@ -547,7 +547,9 @@ GoBack(); if (curid == ID_PAGE_ROOMSLIST) NetDisconnect(); - if (curid == ID_PAGE_NETGAME && (!game || game->gameState != gsStarted)) hwnet->partRoom(); + if (curid == ID_PAGE_NETGAME) hwnet->partRoom(); + // need to work on this, can cause invalid state for admin quit trying to prevent bad state message on kick + //if (curid == ID_PAGE_NETGAME && (!game || game->gameState != gsStarted)) hwnet->partRoom(); if (curid == ID_PAGE_SCHEME) ammoSchemeModel->Save();