-
-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
- Loading branch information
There are no files selected for viewing
2 comments
on commit 8403da5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, this change causes a crash only on debug builds
Stack trace: https://pastebin.com/7x252vjt
By the stack trace, i suspect it's to do with this line in the diff: 8403da5#diff-046b12ac2ae9ac96f23a12d2ea8c2a7041f46f80c9d0cced88b5590e4752384fR98
I also PM'd @Nico8340, unless we can figure this out easily and quickly ill make an issue in a few days.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, this change causes a crash only on debug builds
Stack trace: https://pastebin.com/7x252vjt By the stack trace, i suspect it's to do with this line in the diff: 8403da5#diff-046b12ac2ae9ac96f23a12d2ea8c2a7041f46f80c9d0cced88b5590e4752384fR98
I also PM'd @Nico8340, unless we can figure this out easily and quickly ill make an issue in a few days.
Fixed in #3524
It seems that there should be
getPlayerScriptDebugLevel
instead ofgetScriptDebugLevel
.