File diff r13946:bef584affb32 → r13947:c4419568c8e2
src/network/network_content_gui.cpp
Show inline comments
 
@@ -751,6 +751,7 @@ public:
 
		if (!success) {
 
			ShowErrorMessage(STR_CONTENT_ERROR_COULD_NOT_CONNECT, INVALID_STRING_ID, 0, 0);
 
			delete this;
 
			return;
 
		}
 

	
 
		this->InvalidateData();