From cc4e6bc1918f3b9090648b50f70eccc5c8ce8549 Mon Sep 17 00:00:00 2001 From: Llm Dl Date: Wed, 1 Dec 2021 19:04:15 -0600 Subject: [PATCH] - Remove redundant nationSpawn variable, courtesy of Warriorrrr with PR #5485. - Add web map integration to status screens, courtesy of Warriorrrr with PR #5484. - Queue the revert on unclaim feature. - Only 20 plots can be actively reverting at one time. - Plot snapshots are only loaded into memory when the queue calls for the revert to start. - Closes #5473. --- resources/ChangeLog.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/ChangeLog.txt b/resources/ChangeLog.txt index 2c30c11ec9..1f2b75ed32 100644 --- a/resources/ChangeLog.txt +++ b/resources/ChangeLog.txt @@ -7003,4 +7003,10 @@ v0.92.0.11: - Closes #5481. 0.97.3.3: - Fix DecimalDataField and RawDataField cloning returning a label when none is present. - - Prevent Towny from loading if the townyperms.yml is missing a vital group, ie: mayor, king, nomad, etc. \ No newline at end of file + - Prevent Towny from loading if the townyperms.yml is missing a vital group, ie: mayor, king, nomad, etc. + - Remove redundant nationSpawn variable, courtesy of Warriorrrr with PR #5485. + - Add web map integration to status screens, courtesy of Warriorrrr with PR #5484. + - Queue the revert on unclaim feature. + - Only 20 plots can be actively reverting at one time. + - Plot snapshots are only loaded into memory when the queue calls for the revert to start. + - Closes #5473. \ No newline at end of file