Oh right, I'm more used to writing in C++ and needing to pass references
Lagz - the queue is as simple as it is, because no more than two planes can be queuing for the same section anyway, so no need
edit: for future reference, if i pass "this" into a method, is that also a reference? or have i passed by value?