Skip to content

Commit 53f1489

Browse files
authored
Merge pull request #25 from Arctic-Gaming-LLC/pentlock1-patch-1
0.1.26
2 parents 799ca79 + 7ddedbc commit 53f1489

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.pentlock</groupId>
88
<artifactId>ThunderDataEngine</artifactId>
9-
<version>0.1.25</version>
9+
<version>0.1.26</version>
1010
<packaging>jar</packaging>
1111

1212
<name>ThunderDataEngine</name>

src/main/java/net/pentlock/thunderdataengine/utilities/HouseUtil.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ public static House createHouse(UUID uuid, String name, double cost, String[] do
3333

3434
HOUSES.put(uuid, house);
3535

36+
try {
37+
saveHouse(uuid);
38+
} catch (IOException e) {
39+
throw new RuntimeException(e);
40+
}
41+
3642
return house;
3743
}
3844

0 commit comments

Comments
 (0)