mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
[CLEANUP] Code cleanup
This commit is contained in:
@@ -23,6 +23,7 @@ public class DBank extends AbstractDebugger {
|
||||
if (!Bank.isOpen()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Item[] items;
|
||||
if ((items = Bank.getBankItems()) != null) {
|
||||
for (int i = items.length - 1; i >= 0; i--) {
|
||||
@@ -32,5 +33,4 @@ public class DBank extends AbstractDebugger {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user