mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 12:35:28 +01:00
This is continue and not return
This commit is contained in:
parent
f4011043d7
commit
b6e4b9cfb2
@ -1008,7 +1008,7 @@ public class Jobs extends JavaPlugin {
|
|||||||
for (JobProgression prog : progression) {
|
for (JobProgression prog : progression) {
|
||||||
|
|
||||||
if (prog.getJob().isWorldBlackListed(block, ent) || prog.getJob().isWorldBlackListed(victim))
|
if (prog.getJob().isWorldBlackListed(block, ent) || prog.getJob().isWorldBlackListed(victim))
|
||||||
return;
|
continue;
|
||||||
|
|
||||||
int level = prog.getLevel();
|
int level = prog.getLevel();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user