CyberEngineTweaks icon indicating copy to clipboard operation
CyberEngineTweaks copied to clipboard

JournalManager.GetContacts should accept two parameters

Open DVLP opened this issue 5 months ago • 0 comments

Bug

Operating system: Windows Game version: 2.1 CET version: v1.29.1 GPU: -

Description

JournalManager.GetContacts() should accept 2 parameters but it's throwing an error in logs [2024-01-28 22:23:41 UTC+00:00] [13412] ...weaks\mods\make_a_living__courier\modules\Panopticon.lua:76: Function 'GetContacts' requires 1 parameter(s).

Expected behaviour

It should not throw an error

Reproduction

Override("JournalManager", "GetContacts", function(this, journalRef, entries, wrapped)
        wrapped(journalRef, entries)
    end)

DVLP avatar Jan 28 '24 22:01 DVLP