From ca2134f9b6663ac86dedfb253fe43bd9013fc11d Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Tue, 28 Jun 2022 00:52:41 +0700 Subject: [PATCH] Fix unterminated constant --- sources/Commands/ACommandDosh_Announcer.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Commands/ACommandDosh_Announcer.uc b/sources/Commands/ACommandDosh_Announcer.uc index ed5c48f..bf2ea13 100644 --- a/sources/Commands/ACommandDosh_Announcer.uc +++ b/sources/Commands/ACommandDosh_Announcer.uc @@ -68,7 +68,7 @@ public final function AnnounceLostDosh(int doshAmount) "You {$TextPositive successfully took} {$TypeNumber %1} do$h from" @ "yourself!"); lostDosh.toSelfPublic = _.text.MakeTemplate_S( - "%%instigator%% {$TextNegative took} {$TypeNumber %1} do$h from + "%%instigator%% {$TextNegative took} {$TypeNumber %1} do$h from" @ "themselves!"); lostDosh.toOtherReport = _.text.MakeTemplate_S( "You {$TextPositive successfully took} {$TypeNumber %1} do$h from"