You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blascklisted entities do not spawn. The current code we have utilizes the entityCreating event and should stop blacklisted entities from being spawned.
Actual behavior
Blacklisted entities spawn anyway. The entityCreating no longer works with entities being created on the server as reported here. A PR has already been created here which creates the serverEntityCreated event which would get called when creating server side entities.
Additional context
When this PR is merged and this new event becomes available, qbx_entitiesblacklist will be updated and will hopefully work again.
Current Version
v0.2.0
Custom Resources
N/A
The text was updated successfully, but these errors were encountered:
Summary
Blacklisting entities from spawning does not work
Reproduction
There is nothing to reproduce.
Expected behavior
Blascklisted entities do not spawn. The current code we have utilizes the
entityCreating
event and should stop blacklisted entities from being spawned.Actual behavior
Blacklisted entities spawn anyway. The
entityCreating
no longer works with entities being created on the server as reported here. A PR has already been created here which creates theserverEntityCreated
event which would get called when creating server side entities.Additional context
When this PR is merged and this new event becomes available,
qbx_entitiesblacklist
will be updated and will hopefully work again.Current Version
v0.2.0
Custom Resources
N/A
The text was updated successfully, but these errors were encountered: