v0.2.3e: further quickslot class refinements
This commit is contained in:
parent
06471b5bd2
commit
951a0c918a
|
@ -7,7 +7,6 @@ import com.watabou.utils.Random;
|
|||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.Collections;
|
||||
|
||||
/**
|
||||
* Created by debenhame on 16/01/2015.
|
||||
|
@ -117,7 +116,7 @@ public class QuickSlot {
|
|||
|
||||
int i = 0;
|
||||
for (Bundlable item : placeholders){
|
||||
while (placements[i] == false) i++;
|
||||
while (!placements[i]) i++;
|
||||
setSlot( i, (Item)item );
|
||||
i++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user