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

C++ [TFS 1.2] Level and vocation in charlist

i think it can't be done because "ConfigManager::SERVER_NAME" is called once
i would do on playerName because is easy to add player level and voc there but that would reduce the name scope
 
edit output->addString(g_config.getString(ConfigManager::SERVER_NAME)); by creating a complete string before adding it to the client
 
Back
Top