use room_format_line()
This commit is contained in:
parent
c200957679
commit
c8a4b4a8bc
|
@ -200,10 +200,10 @@ impl ToString for Game {
|
|||
}
|
||||
|
||||
format!(
|
||||
"{}\n{}\n\n! ROOM_FORMAT {}\n\n{}\n\n",
|
||||
"{}\n{}\n{}\n\n{}\n\n",
|
||||
&self.name,
|
||||
&self.version_line(),
|
||||
&self.room_format,
|
||||
&self.room_format_line(),
|
||||
segments.join("\n\n"),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue