fix entry callback target for destructible library

install-platforms
Maikel de Vries 2017-11-28 16:21:25 +01:00
parent 723a7767f6
commit 332016e6cc
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ public func GetInteractionMenus(object clonk)
{
title = "$Damage$",
entries_callback = this.GetDamageMenuEntries,
entries_callback_target = this,
callback_hover = "OnDamageMenuHover",
callback_target = this,
BackgroundColor = RGB(75, 50, 0),