Browse Source

Comment cleanup

combat-2
MagicBot 7 months ago
parent
commit
692e7ec416
  1. 2
      src/engine/gameManager/ForgeManager.java

2
src/engine/gameManager/ForgeManager.java

@ -288,8 +288,6 @@ public enum ForgeManager implements Runnable { @@ -288,8 +288,6 @@ public enum ForgeManager implements Runnable {
}
// Remove the negativeID virtual item from all collections
// other than the virtual item lookup map. Item will be
// persisted when bought/taken from vendor.
for (Item memoryItem : toRemove) {

Loading…
Cancel
Save