No Register... No Backend

This commit is contained in:
jeffcheasey88 2025-02-21 12:09:35 +01:00
parent c745272bd9
commit ba8ab4c4a6

View file

@ -49,6 +49,7 @@ public class Register extends FormResponse{
this.uuidBuilder = constructor; this.uuidBuilder = constructor;
} catch (Exception e){ } catch (Exception e){
e.printStackTrace(); e.printStackTrace();
System.exit(0);
} }
} }