Changeset - r28741:6064b2714f1b
[Not reviewed]
master
0 1 0
Patric Stout - 3 months ago 2024-02-11 21:36:37
truebrain@openttd.org
Codefix 36e1b32: remove left-over debug statement (#12068)
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/network/network_server.cpp
Show inline comments
 
@@ -81,13 +81,12 @@ struct PacketWriter : SaveFilter {
 
		std::unique_lock<std::mutex> lock(this->mutex);
 

	
 
		if (this->cs != nullptr) this->exit_sig.wait(lock);
 

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

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

	
 
	/**
 
	 * Begin the destruction of this packet writer. It can happen in two ways:
0 comments (0 inline, 0 general)