Fixed default postpone template
Even when we're postponing G13 for the first time, the template should still indicate that with a first unnamed parameter of `1`.
This commit is contained in:
parent
40c30508b9
commit
970e1b3cd6
@ -2258,7 +2258,7 @@
|
||||
}
|
||||
rawText = rawText.replace( match[0], postponeCode );
|
||||
} else {
|
||||
rawText += '\n{{AfC postpone G13}}';
|
||||
rawText += '\n{{AfC postpone G13|1}}';
|
||||
}
|
||||
|
||||
text.set( rawText );
|
||||
|
Loading…
x
Reference in New Issue
Block a user