telnet_info_111

This commit is contained in:
e2002
2023-03-19 23:52:58 +03:00
parent a829f7d892
commit 864fa4eada
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.9.110"
#define YOVERSION "0.9.111"
/*******************************************************
DO NOT EDIT THIS FILE.

View File

@@ -76,7 +76,7 @@ void Player::sendCommand(playerRequestParams_t request){
void Player::stopInfo() {
config.setSmartStart(0);
//telnet.info();
telnet.info();
netserver.requestOnChange(MODE, 0);
requestToStart = true;
}