mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
Merge pull request #1172 from Areloch/BaseUIUpdate_Wipwork
BaseUI Update
This commit is contained in:
commit
cf7e9f7a00
79 changed files with 5091 additions and 6538 deletions
|
|
@ -478,7 +478,7 @@ bool GameConnection::readConnectRequest(BitStream *stream, const char **errorStr
|
|||
setProtocolVersion(currentProtocol < CurrentProtocolVersion ? currentProtocol : CurrentProtocolVersion);
|
||||
|
||||
const char *serverPassword = Con::getVariable("pref::Server::Password");
|
||||
if(serverPassword[0])
|
||||
if(serverPassword[0] && !isLocalConnection())
|
||||
{
|
||||
if(String::compare(joinPassword, serverPassword))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue