Skip to content

Commit

Permalink
#5139 added prior mapID, priorMapID checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmr3366 committed Jan 19, 2025
1 parent 5161dd0 commit 7dd0e7b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ public void OnChangedMap(ZoneLoaded event) {
try {
String libraryNamespace = handler.getNamespace().get();
EventMacroUtil.callEventHandler(
ON_CHANGE_MAP_CALLBACK,
libraryNamespace,
oCMoutput,
null,
Collections.emptyMap());
ON_CHANGE_MAP_CALLBACK, libraryNamespace, oCMoutput, null, Collections.emptyMap());
} catch (InterruptedException | ExecutionException e) {
LOGGER.error(I18N.getText("library.error.notFound"), e);
throw new AssertionError("Error retrieving library namespace");
Expand Down

0 comments on commit 7dd0e7b

Please sign in to comment.