brusselopole / Worldopole

Worldopole is a third party extension for RocketMap showing some nice statistics.
MIT License
85 stars 78 forks source link

Fix timers on home page #343

Closed michikrug closed 6 years ago

michikrug commented 6 years ago

Description

Fixed the timers of the latest spawns on the home page.

Motivation and Context

RM changed the way the encounter ids are stored. This seemed to break e.g. the timers on the homepage since the array_reverse function of php was struggling with the ids. Fortunately, this could be easily fixed by setting "preserve_keys". Maybe there are also other places where something might be broken too.

How Has This Been Tested?

Tested on own instance.

Types of changes