mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
Uncomment filesystem code in ban_manager::write
This commit is contained in:
parent
2b717a7f3d
commit
3f91836ded
@ -318,9 +318,9 @@ static lg::log_domain log_server("server");
|
||||
(*itor)->write(child);
|
||||
}
|
||||
|
||||
/*filesystem::scoped_ostream ban_file = filesystem::ostream_file(filename_);
|
||||
filesystem::scoped_ostream ban_file = filesystem::ostream_file(filename_);
|
||||
config_writer writer(*ban_file, true);
|
||||
writer.write(cfg);*/
|
||||
writer.write(cfg);
|
||||
}
|
||||
|
||||
bool ban_manager::parse_time(const std::string& duration, time_t* time) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user