added demonserver workaround and incremented version
This commit is contained in:
parent
7af0cbfd1c
commit
842b1a58e9
@ -13,7 +13,7 @@ RC_ICONS = logo.ico
|
||||
TARGET = Attorney_Online_remake
|
||||
TEMPLATE = app
|
||||
|
||||
VERSION = 2.3.0.0
|
||||
VERSION = 2.3.1.0
|
||||
|
||||
SOURCES += main.cpp\
|
||||
lobby.cpp \
|
||||
|
@ -132,7 +132,7 @@ public:
|
||||
private:
|
||||
const int RELEASE = 2;
|
||||
const int MAJOR_VERSION = 3;
|
||||
const int MINOR_VERSION = 0;
|
||||
const int MINOR_VERSION = 1;
|
||||
|
||||
QString user_theme = "default";
|
||||
|
||||
|
@ -1927,7 +1927,7 @@ void Courtroom::on_evidence_button_clicked()
|
||||
void Courtroom::ping_server()
|
||||
{
|
||||
ao_app->send_server_packet(new AOPacket("CH#" + QString::number(m_cid) + "#%"));
|
||||
disconnect_timer->start(10000);
|
||||
disconnect_timer->start(20000);
|
||||
}
|
||||
|
||||
void Courtroom::check_connection_received()
|
||||
|
Loading…
Reference in New Issue
Block a user