File diff r28740:e9f10824f0dd → r28741:6064b2714f1b
src/network/network_server.cpp
Show inline comments
 
@@ -84,7 +84,6 @@ struct PacketWriter : SaveFilter {
 

	
 
		/* This must all wait until the Destroy function is called. */
 

	
 
		Debug(net, 0, "Destruct!");
 
		this->packets.clear();
 
		this->current = nullptr;
 
	}