• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows How to remove "Too many connections attempts... TFS 0.4 r3884

Womos

Member
Joined
Dec 20, 2015
Messages
45
Reaction score
5
How to remove this 0.4 r3884 :D
After some attempts is
WdZG7PU.jpg
 
Just edit loginTries to 100 or something.

or... protocolgame.cpp
Code:
    if(ConnectionManager::getInstance()->isDisabled(getIP(), protocolId))
    {
        disconnectClient(0x14, "Too many connections attempts from your IP address, please try again later.");
        return;
    }
 
Back
Top