Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1249,6 +1249,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