Server password bug
by Joel Baxter · in Torque Game Engine · 03/31/2002 (1:29 am) · 1 replies
Noticed that engine/game/net/serverQuery.cc has the following code:
if ( dStrlen( Con::getVariable( "Pre::Server::Password" ) ) > 0 )I'd recommend changing "Pre::Server::Password" to "Pref::Server::Password". :-)
Torque Owner Shawn