rezalas / riftshadow

Dedicated to the preservation of the game and modernization of a classic mud codebase.
MIT License
18 stars 14 forks source link

Unused options loaded during boot sequence #172

Closed sean-gilliam closed 2 years ago

sean-gilliam commented 2 years ago

When the server goes through the boot sequence, there's a call to RS.LoadOptions(). This function is defined in the bootup.c file.

This function loads a configuration file located in area/rc.conf and populates three fields that aren't used or are defined elsewhere

Propose we remove the function, the three unused fields and the unneeded options file.

rezalas commented 2 years ago

100% it needs to be removed, it's probably a stub from before.

rezalas commented 2 years ago

Addressed in PR #190