Home
last modified time | relevance | path

Searched refs:PERSIST_IGNORE_LIST (Results 1 – 1 of 1) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/being/
H A Dplayerrelations.cpp178 static const char *const PERSIST_IGNORE_LIST = "persistent-player-list"; variable
206 mPersistIgnores = (cfg->getValue(PERSIST_IGNORE_LIST, 1) != 0); in load()
251 serverConfig.setValue(PERSIST_IGNORE_LIST, mPersistIgnores); in store()