This commit is contained in:
Anuken
2020-05-26 19:39:50 -04:00
parent ddb3afc255
commit a375dd3fc2
53 changed files with 146 additions and 315 deletions

View File

@@ -532,7 +532,7 @@ public class HudFragment extends Fragment{
}
private void showLaunchConfirm(){
FloatingDialog dialog = new FloatingDialog("$launch");
BaseDialog dialog = new BaseDialog("$launch");
dialog.update(() -> {
if(!inLaunchWave()){
dialog.hide();