The /dayz/izurvive endpoint has been "outdated" for some time. This should in theory fix that.
Unfortunately, I can't make it fully automated due to the way the API endpoints referenced in #16 work (the /current endpoint doesn't seem to be working with the format they use for the "latest" version).
Luckily, the only thing that now is necessary is to update the URL in app/Console/Commands/RefreshIzurviveLocations and run the command.
The
/dayz/izurvive
endpoint has been "outdated" for some time. This should in theory fix that. Unfortunately, I can't make it fully automated due to the way the API endpoints referenced in #16 work (the /current endpoint doesn't seem to be working with the format they use for the "latest" version).Luckily, the only thing that now is necessary is to update the URL in
app/Console/Commands/RefreshIzurviveLocations
and run the command.Closes #16