|
|
@ -253,7 +253,7 @@ private final function AnnounceTemplate( |
|
|
|
if (!template.IsInitialized()) return; |
|
|
|
if (!template.IsInitialized()) return; |
|
|
|
|
|
|
|
|
|
|
|
template |
|
|
|
template |
|
|
|
.TextArg(P("intigator"), instigatorName) |
|
|
|
.TextArg(P("instigator"), instigatorName) |
|
|
|
.TextArg(P("target"), targetName); |
|
|
|
.TextArg(P("target"), targetName); |
|
|
|
result = template.CollectFormattedM(); |
|
|
|
result = template.CollectFormattedM(); |
|
|
|
writer.Say(result); |
|
|
|
writer.Say(result); |
|
|
|