Add CHECK_PLNAME to sysconf

Setting CHECK_PLNAME to 1 makes WIZARDS, EXPLORERS, and SHELLERS
check the player name instead of the user's login name.

This is mostly useful for public servers which have external
login system and don't create user accounts for players.
This commit is contained in:
Pasi Kallinen
2016-02-05 20:39:13 +02:00
parent 0ca477486d
commit fe006b9c0a
8 changed files with 27 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ sys_early_init()
#endif
sysopt.check_save_uid = 1;
sysopt.check_plname = 0;
sysopt.seduce = 1; /* if it's compiled in, default to on */
sysopt_seduce_set(sysopt.seduce);
return;