diff options
| -rw-r--r-- | Script.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ static const DT_EffectContext_Helper = CM7I; global func AddContextMenuEntry(callback, condition, object target) { ContextMenuEntry_Helper = ContextMenuEntry_Helper || CreateObject(CM7I); - return AddEffect("IntCtxMenuEntry" , target || this, 1, 0, ContextMenuEntry_Helper, 0, callback, condition); + return AddEffect("IntCtxMenuEntry", target || this, 1, 0, ContextMenuEntry_Helper, 0, callback, condition); } global func RemoveContextMenuEntry(int id, object target) @@ -32,4 +32,4 @@ func FxIntCtxMenuEntryContext(object target, int effectNumber, object menuObject { [Dynamischer Eintrag|Condition=FxIntCtxMenuEntryConditionContext|Image=FLNT] return EffectVar(0, target, effectNumber) && target->Call(EffectVar(0, target, effectNumber), [target, effectNumber, menuObject, image]); -} +}
\ No newline at end of file |
