Skip to content
Snippets Groups Projects
Commit ba0eefae authored by Drahomír Karchňák's avatar Drahomír Karchňák
Browse files

#459 Game won't exit when trying to initialize already initialized data storage.

parent 3f0ccbd1
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@ public class TablexiaStorage {
Log.err(TablexiaStorage.class, "Cannot create database connection!", e);
}
} else {
throw new IllegalStateException("Data storage already initialized!");
Log.info(TablexiaStorage.class, "Data storage has already been initialized! Skipping initialization...");
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment