File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/dynmap/worldguard Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.dynmap</groupId >
4
4
<artifactId >Dynmap-WorldGuard</artifactId >
5
- <version >0.90</version >
6
5
7
6
<build >
8
7
<resources >
74
73
<systemPath >${project.basedir} /worldedit-bukkit-7.0.0-SNAPSHOT-dist.jar</systemPath >
75
74
</dependency >
76
75
</dependencies >
76
+ <version >1.1-alpha-1</version >
77
77
</project >
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ private void registerCustomFlags() {
415
415
log .info ("Error registering flag - " + x .getMessage ());
416
416
}
417
417
if (boost_flag == null ) {
418
- log .info ("Custom flag '" + BOOST_FLAG + "' not registered - WGCustomFlags not found " );
418
+ log .info ("Custom flag '" + BOOST_FLAG + "' not registered" );
419
419
}
420
420
}
421
421
You can’t perform that action at this time.
0 commit comments