forked from StrafesNET/map-tool
print map file
This commit is contained in:
parent
479dd37f53
commit
53539f290b
@ -468,6 +468,7 @@ fn upload() -> BoxResult<()>{
|
|||||||
//interactive prompt per upload:
|
//interactive prompt per upload:
|
||||||
for entry in std::fs::read_dir("maps/passed")? {
|
for entry in std::fs::read_dir("maps/passed")? {
|
||||||
let file_thing=entry?;
|
let file_thing=entry?;
|
||||||
|
println!("map file: {:?}",file_thing.file_name());
|
||||||
let input = std::io::BufReader::new(std::fs::File::open(file_thing.path())?);
|
let input = std::io::BufReader::new(std::fs::File::open(file_thing.path())?);
|
||||||
|
|
||||||
let dom = rbx_binary::from_reader(input)?;
|
let dom = rbx_binary::from_reader(input)?;
|
||||||
|
Loading…
Reference in New Issue
Block a user