As the title says, when I launch spectre in dev mode, it wants an update. But I have updated it useing the normal spectre. Also tried updateing useing the download.
How would I get an array from ground items I've tried:
GroundItem loot[] = GroundItems.newQuery().results().toArray();
GroundItem[] loot = GroundItems.newQuery().results().toArray();