Skip to content

Commit 7a69761

Browse files
committed
user money corrected
1 parent ad0c52f commit 7a69761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/model/user/User.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public User(String username, String password, String nickname) {
3232
this.username = username;
3333
this.password = password;
3434
this.nickname = nickname;
35-
this.money = 1000000000;
35+
this.money = 100000;
3636
this.score = 0;
3737
this.lifepoint = new Lifepoint();
3838
this.cardInventory = new CardInventory();

0 commit comments

Comments
 (0)