Datenbank fix

This commit is contained in:
2026-09-13 16:10:21 +02:00
parent a7bcf80935
commit bd09cbf6bb
+1 -1
View File
@@ -40,7 +40,7 @@ namespace Casino
Name = myReader.GetString("name"),
Alter = myReader.GetInt32("age"),
Passwort = myReader.GetString("passwort"),
Geld = myReader.GetInt32("geld")
Geld = myReader.GetDecimal("geld")
};
user.Add(u);