mirror of
https://github.com/seppukudevelopment/seppuku
synced 2024-12-27 00:52:04 +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(module);
|
||||
|
||||
// ???????????????????????????????????????????????????????????????????????????????????????????????????????????????
|
||||
// WHY IS IT ONLY CALLED ON EXTERNAL MODULES RIGA?????????????????????????????????????????????????????????????????
|
||||
Seppuku.INSTANCE.getEventManager().dispatchEvent(new EventModuleLoad(module));
|
||||
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);
|
||||
handleHandSwap(handSwapContext, false, minecraft);
|
||||
|
||||
// it's literally not gonna be null but intellij is screwing me?
|
||||
final PlacementRequest placementRequest = placementRequests.poll();
|
||||
assert placementRequest != null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user