Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
Conflicts: core/src/mindustry/core/ContentLoader.java core/src/mindustry/world/Block.java
This commit is contained in:
@@ -1395,6 +1395,11 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
|
||||
return self() != other;
|
||||
}
|
||||
|
||||
/**
|
||||
* Called when this block's config menu is closed
|
||||
*/
|
||||
public void onConfigureClosed(){}
|
||||
|
||||
/** Returns whether this config menu should show when the specified player taps it. */
|
||||
public boolean shouldShowConfigure(Player player){
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user