Skip to content
Snippets Groups Projects
Commit 7321a722 authored by Schuh Martin's avatar Schuh Martin
Browse files

Update: Minor Fixes

parent 4c5f55de
No related branches found
No related tags found
4 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development,!8Merge database branch into development branch
......@@ -118,7 +118,7 @@ public class OracleDB implements ISQLDataBase {
}
}
public void uploadCommunityMapByID(MapData map) throws DatabaseError{
public void uploadCommunityMap(MapData map) throws DatabaseError{
try(Connection connection = connect()) {
String sql = "INSERT INTO battlearenadata.communitymaps (map_id, map_name, map_width, map_height, map_data) VALUES (?, ?, ?, ?, ?)";
PreparedStatement stmt = connection.prepareStatement(sql);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment