Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: incorrect worldstatus list allocation (#38)
WorldStatus list is incorrectly initialized. All the entries in the list points to the same address. This makes a buggy update for world's status. This issue is fixed here.
- Loading branch information