@ -52,7 +52,7 @@ simulated function Tick(float delta) {
if (localPlayer == none) return;
myInteraction = ReportInteraction(localPlayer.interactionMaster
.AddInteraction("KFZedsReport.ReportInteraction", localPlayer));
.AddInteraction(string(class'ReportInteraction'), localPlayer));
if (myInteraction != none) {
myInteraction.reportMutator = self;
interactionAdded = true;