Overmind icon indicating copy to clipboard operation
Overmind copied to clipboard

:recycle: refactor deprecated isRoomAvailable function

Open schealex opened this issue 5 years ago • 1 comments

refactor deprecated isRoomAvailable function

Description:

replace deprecated function call

Fixed:

  • closes #184 Deprication of isRoomAvailable
  • closes #182 Upcoming deprecation: Game.map.isRoomAvailable causing console spam

Testing checklist:

  • [x] Changes are backward-compatible OR version migration code is included
  • [x] Codebase compiles with current tsconfig configuration
  • [x] Tested changes on {PRIVATE} server

schealex avatar Nov 22 '20 12:11 schealex

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

schealex avatar Nov 22 '20 12:11 schealex