soulsmods / ModEngine2

Runtime injection library for modding Souls games. WIP
MIT License
886 stars 160 forks source link

Fix incorrect file name: eldenring_config.toml to config_eldenring.toml #199

Closed mxderouet closed 6 months ago

mxderouet commented 6 months ago

Pull Request Description

Change: Rectified an error in the file name from eldenring_config.toml to config_eldenring.toml.

Description: This pull request addresses an error in the file naming convention. The file originally named eldenring_config.toml contains a typo and has been corrected to config_eldenring.toml to ensure consistency and accuracy within the project structure.