Skip to content

Commit

Permalink
Added missing attribute on event trigger onSpawn
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruor committed Oct 30, 2023
1 parent a6e1c45 commit 8aafa91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/triggers/event.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ event.fieldInformation = {
event.placements = {
name = "event",
data = {
event = ""
event = "",
onSpawn = false,
}
}

Expand Down

0 comments on commit 8aafa91

Please sign in to comment.