Zeldruck / Albion-Online-ZQRadar

Free Albion Online Radar
https://discord.gg/xpbgq7E9ya
4 stars 0 forks source link

Update EventCodes.js - Fixes breaking change #28

Closed NoPublish closed 3 months ago

Raphael0010 commented 3 months ago

Nah, you should change something else to fix it

Raphael0010 commented 3 months ago

In scripts\Utils\Utils.js line 122 change : case EventCodes.NewPlayer: by case EventCodes.NewCharacter:

NoPublish commented 3 months ago

In scripts\Utils\Utils.js line 122 change : case EventCodes.NewPlayer: by case EventCodes.NewCharacter:

EventCodes.NewCharacter isn't a valid enum from EventCodes.js neither in the original or the updated. And that's just naming, the importance is the value bump of the enums.