Remove class hardcode
This commit is contained in:
parent
0d65944d4f
commit
67f3dd11ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue