runejs / server

RuneJS is a RuneScape game server written in TypeScript and JavaScript. The goal of the project is to create a comprehensive game engine, while also providing simple and easy to use content development systems and APIs.
GNU General Public License v3.0
242 stars 83 forks source link

fix: fix collision map checking #404

Closed Jameskmonger closed 1 year ago

Jameskmonger commented 1 year ago

Fixes the ability to walk into objects upon interaction.

Would really rather not use @ts-ignore comments, but the JS as written is not valid TypeScript, so will need to come and rewrite this properly.