-
-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
Fix regenallroads Add schematic y_offset Change visit/list for multi-owner plots Fix updater (pre-1.7.10)
- Loading branch information
There are no files selected for viewing
2 comments
on commit f00ac79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I didn't do so yet, I am adding JUnit to the project to test classes like Updater. This way we are sure it will work before we push and we don't need to run a server (in most cases).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I didn't do so yet, I am adding JUnit to the project to test classes like Updater. This way we are sure it will work before we push and we don't need to run a server (in most cases).
Ok
I thought GSON was available in CraftBukkit for those earlier versions?
Nope, the updater/NBT classes that were changed to gson broke PlotSquared for someone using 1.7.9
This doesn't work. The JSON value is "browser_download_url".
Thanks, fixed: 0408e9a
I thought GSON was available in CraftBukkit for those earlier versions?