Skip to content

Commit

Permalink
Update for v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
woubuc committed Jan 11, 2018
1 parent 22f9e8c commit 7f3e543
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
WurmMapGen v2.3.3
-----------------
Fixed: Issue with database queries where not all items were returned
Added: Show memory usage while generating map tiles in debug mode

WurmMapGen v2.3.2
-----------------
Fixed: Missing portal marker for markerType 3
Expand Down
2 changes: 1 addition & 1 deletion src/be/woubuc/wurmunlimited/wurmmapgen/WurmMapGen.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class WurmMapGen {

public static void main(String[] args) throws Exception {
// Log intro
System.out.println("WurmMapGen v2.3.2");
System.out.println("WurmMapGen v2.3.3");
System.out.println(" Developed and maintained by woubuc");
System.out.println(" Based on original code by garrett94");
System.out.println(" More info: github.com/woubuc/WurmMapGen");
Expand Down

0 comments on commit 7f3e543

Please sign in to comment.