mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
@@ -20,8 +20,9 @@ public class DSceneObjects extends AbstractDebugger {
|
||||
@Override
|
||||
public void toggle() {
|
||||
SceneObject[] objects = SceneObjects.getNearest();
|
||||
if (objects == null || objects.length == 0)
|
||||
if (objects == null || objects.length == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
for (int i = objects.length - 1; i >= 0; i--) {
|
||||
System.out.println(
|
||||
|
||||
Reference in New Issue
Block a user