bencbartlett / Overmind

AI for Screeps, a multiplayer programming strategy game
MIT License
545 stars 155 forks source link

:recycle: refactor deprecated isRoomAvailable function #191

Open schealex opened 3 years ago

schealex commented 3 years ago

refactor deprecated isRoomAvailable function

Description:

replace deprecated function call

Fixed:

Testing checklist:

schealex commented 3 years ago

in addition there could be added caching since the new function also returns an expiration date but i wanted to fix the deprecated call first