This website works better with JavaScript
Home
Explore
Help
Sign In
Artois
/
microfolie
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Ne vide plus la base de données au démarrage
Arthur Brandao
5 years ago
parent
529a803be3
commit
d8dc86055a
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/db/Database.java
+ 0
- 1
src/db/Database.java
View File
@@ -23,7 +23,6 @@ public class Database {
static {
ini();
- unset();
setup();
}