Skip to content

[Bug]: pl.getAllTags() error can't give an array #251

Description

@lopatka432git

Describe the bug

when i try to get array with player tags i get error but pl.hasTag working
i use lsequickjs

To Reproduce

mc.listen("onPreJoin",(pl) => {
log(pl.getAllTags())
if (pl.hasTag('r')) {log('yes')}
})

Expected behavior

should have given an array ["r"]

Screenshots

Image
Image

Platform

Windows 10 Pro

BDS Version

1.21.60

LeviLamina Version

1.1.0

LegacyScriptEngine Version

0.10.0-rc.2

Additional context

No response

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