mergeconf 2

mergeconf2
Stefan 2024-10-28 13:36:55 +01:00
parent b4d8831f47
commit 3e9427de9f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public class UI {
Scanner sc = new Scanner(System.in);
int change = 0;
int conflict = 2;
int conflict = 0;
public UI(Banksystem bs) {
this.bs = bs;