Removed extra semi-colon.

This commit is contained in:
Phil M. H 2019-04-13 17:30:37 -04:00
parent 27a7302010
commit 8845923dff

View file

@ -468,7 +468,7 @@ public class GenericHandler {
targetTaskMapMap.computeIfAbsent(world, k -> new HashMap<>());
PotionEventHandlers.flightListMap.computeIfAbsent(world, k -> new ArrayList<>());
PotionEventHandlers.noGravityListMap.computeIfAbsent(world, k -> new ArrayList<>());
LocationsHandler.verifyIsInitialized();;
LocationsHandler.verifyIsInitialized();
}
@SubscribeEvent