Fixed cores being replaceable

This commit is contained in:
Anuken
2021-03-05 14:00:53 -05:00
parent b82dca89b3
commit 4690aae197
6 changed files with 16 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ public class CoreBlock extends StorageBlock{
loopSoundVolume = 1f;
drawDisabled = false;
canOverdrive = false;
replaceable = false;
}
@Remote(called = Loc.server)