diff --git a/MineverseChat/mineverse/Aust1n46/chat/database/DatabaseSender.java b/MineverseChat/mineverse/Aust1n46/chat/database/DatabaseSender.java index 9739223..3e75556 100644 --- a/MineverseChat/mineverse/Aust1n46/chat/database/DatabaseSender.java +++ b/MineverseChat/mineverse/Aust1n46/chat/database/DatabaseSender.java @@ -19,7 +19,7 @@ public class DatabaseSender { return; } } - plugin.c.createStatement().executeUpdate("INSERT INTO `MineverseChat` (`" + time + "`, `" + uuid + "`, `" + name + "`, `" + server + "`, `" + channel + "`, `" + text + "`, `" + type + "`) VALUES ('" + timeValue + "', '" + uuidValue + "', '" + nameValue + "', '" + serverValue + "', '" + channelValue + "', '" + textValue + "', '" + typeValue + "');"); + plugin.c.createStatement().executeUpdate("INSERT INTO `VentureChat` (`" + time + "`, `" + uuid + "`, `" + name + "`, `" + server + "`, `" + channel + "`, `" + text + "`, `" + type + "`) VALUES ('" + timeValue + "', '" + uuidValue + "', '" + nameValue + "', '" + serverValue + "', '" + channelValue + "', '" + textValue + "', '" + typeValue + "');"); } catch(SQLException e) { e.printStackTrace();