mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 23:11:12 -08:00
Non-overdriveable core / Spurious mod warning fix
This commit is contained in:
parent
19eb6334b7
commit
ea82773157
2 changed files with 2 additions and 0 deletions
|
|
@ -291,6 +291,7 @@ public class ContentParser{
|
|||
|
||||
if(value.has("controller")){
|
||||
unit.defaultController = supply(resolve(value.getString("controller"), FlyingAI.class));
|
||||
value.remove("controller");
|
||||
}
|
||||
|
||||
//read extra default waves
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ public class CoreBlock extends StorageBlock{
|
|||
loopSoundVolume = 1f;
|
||||
group = BlockGroup.none;
|
||||
drawDisabled = false;
|
||||
canOverdrive = false;
|
||||
}
|
||||
|
||||
@Remote(called = Loc.server)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue