Hello, I assume that my priority is not working, I have a config, a file below, and in it I have 3 levels of pumping, everything works, but when I pump to level 3, I do not show a coin for 240 coins, but shows for 210 and I do not understand why, in a separate slot it shows 240, that is, as I understand it, it does not show because it stands for 210, help what can be done about it
#priority is not working
1 messages · Page 1 of 1 (latest)
priority 1 shows before priority 2
so it looks like your stuff is backwards
240 should be priority 0 with view req has permission wheat.2
210 should be priority 1 with view req has permission wheat.1
180 should be priority 2 with no view requirement (If it doesn't show the ones before it, by default, this will show)
And that is, it should not be 0,1,2,3, etc. but on the contrary 3,2,1,0?
It's strange that it works like this, but it works, thank you very much, I couldn't find a solution for 2 days