Update src/demoserver.cpp
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									b15e669bee
								
							
						
					
					
						commit
						9707753777
					
				@ -218,7 +218,6 @@ void DemoServer::handle_packet(AOPacket packet)
 | 
				
			|||||||
              client_sock->write(QString::number(max_wait).toUtf8());
 | 
					              client_sock->write(QString::number(max_wait).toUtf8());
 | 
				
			||||||
              packet = " " + tr("milliseconds.") + "#1#%";
 | 
					              packet = " " + tr("milliseconds.") + "#1#%";
 | 
				
			||||||
              client_sock->write(packet.toUtf8());
 | 
					              client_sock->write(packet.toUtf8());
 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (contents[1].startsWith("/min_wait"))
 | 
					        else if (contents[1].startsWith("/min_wait"))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user