mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-07-18 16:57:51 +08:00
Update Config.hpp
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user