mirror of
https://github.com/seppukudevelopment/seppuku
synced 2024-12-27 17:12:09 +00:00
Removed useless comments
Do not need those in the pull request.
This commit is contained in:
parent
a0f2abe3d1
commit
b8024431ee
@ -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());
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user