Bug in SimpleWorld.commit()
?
#7524
Labels
bug
Something isn't working
good first issue
Good for newcomers
P4
Low (ex: Node doesn't start up when the configuration file has unexpected "end-of-line" character)
snack
Smaller coding task - less than a day for an experienced dev
testing
Description
Currently,
SimpleWorld.commit()
is defined as follows:However, this seems to be in conflict with this:
It seems to me that we want
account == null || !account.updateParent()
as the criteria incommit()
above.Thoughts?
The text was updated successfully, but these errors were encountered: