haxball / haxball-issues

114 stars 42 forks source link

Reorder SPEC position #2144

Open onlyhaxball opened 2 months ago

onlyhaxball commented 2 months ago

Hi!

I'm trying to move a SPEC one single place higher in SPEC position. I've tried room.reorderPlayers(id, true), but this moves him in TOP position, which I don't want. I want him to move only 1 position higher.

Any help would be appreciated.

AnddyAnddy commented 2 months ago

I'm coming back with this suggestion for @basro https://github.com/haxball/haxball-issues/issues/880

basro commented 2 months ago

reorderPlayers takes a list of id's as first argument, not a single id. You should create a list with all the spectator player ids, put them in the order you want and you are done.