Removed useless comments

Do not need those in the pull request.
This commit is contained in:
Daniel E 2019-11-21 14:27:10 -07:00
parent a0f2abe3d1
commit b8024431ee
2 changed files with 0 additions and 3 deletions

View File

@ -179,8 +179,6 @@ public final class ModuleManager {
//add the class to our list of modules //add the class to our list of modules
add(module); add(module);
// ???????????????????????????????????????????????????????????????????????????????????????????????????????????????
// WHY IS IT ONLY CALLED ON EXTERNAL MODULES RIGA?????????????????????????????????????????????????????????????????
Seppuku.INSTANCE.getEventManager().dispatchEvent(new EventModuleLoad(module)); Seppuku.INSTANCE.getEventManager().dispatchEvent(new EventModuleLoad(module));
System.out.println("[Seppuku] Found external module " + module.getDisplayName()); System.out.println("[Seppuku] Found external module " + module.getDisplayName());
} }

View File

@ -78,7 +78,6 @@ public final class ObsidianReplaceModule extends Module {
final HandSwapContext handSwapContext = new HandSwapContext(currentSlot, obisidanSlot); final HandSwapContext handSwapContext = new HandSwapContext(currentSlot, obisidanSlot);
handleHandSwap(handSwapContext, false, minecraft); handleHandSwap(handSwapContext, false, minecraft);
// it's literally not gonna be null but intellij is screwing me?
final PlacementRequest placementRequest = placementRequests.poll(); final PlacementRequest placementRequest = placementRequests.poll();
assert placementRequest != null; assert placementRequest != null;