mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Update CoreBlock.java
This commit is contained in:
parent
02a9e2cd57
commit
d40cff0741
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ public class CoreBlock extends StorageBlock{
|
|||
|
||||
if(!canPlaceOn(world.tile(x, y), player.team())){
|
||||
|
||||
drawPlaceText(Core.bundle.get((player.team().core() != null && player.team().core().items.has(requirements) && !state.rules.infiniteResources) ?
|
||||
drawPlaceText(Core.bundle.get((player.team().core() != null && player.team().core().items.has(requirements)) || state.rules.infiniteResources ?
|
||||
"bar.corereq" :
|
||||
"bar.noresources"
|
||||
), x, y, valid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue