Skip to content

Commit

Permalink
no one saw that
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jan 18, 2017
1 parent 2956ef9 commit 6eecb6f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCGalaxy/Database/BlockDB/BlockDBTableDumper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void DumpTable(string table) {

try {
Database.ExecuteReader("SELECT * FROM `" + table + "`", DumpRow);
WriteBuffer(false);
WriteBuffer(true);
AppendCbdbFile();
SaveCbdbFile();
} finally {
Expand Down
Binary file modified Uploads/MCGalaxy.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxy_.dll
Binary file not shown.

0 comments on commit 6eecb6f

Please sign in to comment.