mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-11 11:33:01 +08:00
Update Config.hpp
This commit is contained in:
parent
406f382879
commit
d24c310db6
@ -110,6 +110,14 @@ public:
|
||||
|
||||
rename(name.c_str(), newname.c_str());
|
||||
Refresh();
|
||||
|
||||
if (opt.autoconfig == selected)
|
||||
{
|
||||
ofstream autoload;
|
||||
autoload.open("seaside_autoload");
|
||||
autoload << Config::Get().configs[selected];
|
||||
autoload.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user