• 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!

Linux TFS Compile without SALT.

Vrotz

Member
Joined
Apr 7, 2011
Messages
1,071
Reaction score
7
Location
Brazil
Hello,

I tried to compile tfs 0.3.7/0.4 without salt code, but after a while the server started to fall alone and I think I did something wrong. But I created the executable usually.. This means that the build was successful or there may be errors?

Tks.
 
wow! you're so funny, StreamSide! I'm impressed, ever thought of working in the circus?
Puts false in config.lua, don't work, bro
 
Code:
	if(g_config.getBool(ConfigManager::GENERATE_ACCOUNT_SALT))
	{
		salt = generateRecoveryKey(2, 19, true);
		newPassword = salt + newPassword;
	}

?? why shouldnt it work? (iologindata.cpp)
 
Back
Top