mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-03-09 21:29:05 +01:00
Create error sign if external mob sign provider is unknown
This commit is contained in:
parent
f90d3ad5c7
commit
b1c49ebc95
@ -229,6 +229,11 @@ public class ExternalMobSign extends DSign implements MobSign {
|
||||
} else {
|
||||
provider = ExternalMobPlugin.MYTHIC_MOBS;
|
||||
}
|
||||
|
||||
if (provider == null) {
|
||||
markAsErroneous();
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user