Skip to content

Npc & Loc Transforms #8

@Z-Kris

Description

@Z-Kris

In both the NpcConfig and LocConfig, the writing of the opcodes 106&108(varbit/varp transformations) is slightly incorrect.

data.writeOpcode(if (transforms.last() == null) 118 else 106)
Should be inverted to
data.writeOpcode(if (transforms.last() != null) 118 else 106)

Edit: This also applies to HitMarkConfig, although it uses different opcodes for them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions