Remove class hardcode
This commit is contained in:
parent
0d65944d4f
commit
67f3dd11ed
@ -52,7 +52,7 @@ simulated function Tick(float delta) {
|
|||||||
if (localPlayer == none) return;
|
if (localPlayer == none) return;
|
||||||
|
|
||||||
myInteraction = ReportInteraction(localPlayer.interactionMaster
|
myInteraction = ReportInteraction(localPlayer.interactionMaster
|
||||||
.AddInteraction("KFZedsReport.ReportInteraction", localPlayer));
|
.AddInteraction(string(class'ReportInteraction'), localPlayer));
|
||||||
if (myInteraction != none) {
|
if (myInteraction != none) {
|
||||||
myInteraction.reportMutator = self;
|
myInteraction.reportMutator = self;
|
||||||
interactionAdded = true;
|
interactionAdded = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user