mirror of
https://codeberg.org/schrottkatze/mgd2-tram-championships.git
synced 2025-07-01 17:27:38 +00:00
change comments to use #
instead of //
in tx now
This commit is contained in:
parent
d43b5b64e1
commit
da4c6172d4
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ pub fn exec_script(
|
|||
};
|
||||
|
||||
for (line_nr, line) in file.lines().enumerate() {
|
||||
if !line.trim().is_empty() && !line.trim().starts_with("//") {
|
||||
if !line.trim().is_empty() && !line.trim().starts_with("#") {
|
||||
match respond(line) {
|
||||
Ok(ev) => {
|
||||
dbg_writer.write(ev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue