mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 14:33:08 +00:00
Fixes #226
This commit is contained in:
parent
dabc551cc1
commit
1c0c28f5b1
5 changed files with 8 additions and 5 deletions
|
@ -1084,7 +1084,7 @@ public class SQLManager implements AbstractDB {
|
|||
while (set.next()) {
|
||||
final String sender = set.getString("sender");
|
||||
final String msg = set.getString("comment");
|
||||
comment = new PlotComment(msg, sender, tier);
|
||||
comment = new PlotComment(plot.id, msg, sender, tier);
|
||||
comments.add(comment);
|
||||
}
|
||||
statement.close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue