- Implemented player update events
- Fixed race condition causing server thread deadlock, which caused the main thread to freeze, making it impossible for players to join the server
- Better memory usage, forced GC in high frequency events
- Added server.gc() which forces Node.js GC