mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
Incremented version number
This commit is contained in:
parent
84b7ff3a5c
commit
c21c100908
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
<groupId>com.intellectualcrafters</groupId>
|
<groupId>com.intellectualcrafters</groupId>
|
||||||
|
|
||||||
<artifactId>PlotSquared</artifactId>
|
<artifactId>PlotSquared</artifactId>
|
||||||
<version>2.5.7</version>
|
<version>2.5.8</version>
|
||||||
<name>PlotSquared</name>
|
<name>PlotSquared</name>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -51,7 +51,7 @@ public class Settings {
|
||||||
/**
|
/**
|
||||||
* Default kill road mobs: true
|
* Default kill road mobs: true
|
||||||
*/
|
*/
|
||||||
public final static boolean KILL_ROAD_MOBS_DEFAULT = true;
|
public final static boolean KILL_ROAD_MOBS_DEFAULT = false;
|
||||||
/**
|
/**
|
||||||
* Default mob pathfinding: true
|
* Default mob pathfinding: true
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue