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:
APerson 2015-08-09 20:09:10 -04:00
parent 40c30508b9
commit 970e1b3cd6

View File

@ -2258,7 +2258,7 @@
} }
rawText = rawText.replace( match[0], postponeCode ); rawText = rawText.replace( match[0], postponeCode );
} else { } else {
rawText += '\n{{AfC postpone G13}}'; rawText += '\n{{AfC postpone G13|1}}';
} }
text.set( rawText ); text.set( rawText );