Skip to content

Commit

Permalink
This is v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DraksterAU committed Jun 21, 2016
1 parent f9aff33 commit c0100ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion com/draksterau/Regenerator/listeners/eventListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void onWorldLoad(WorldLoadEvent event) {
RWorld RWorld = new RWorld(RegeneratorPlugin, event.getWorld());
// If the Plugin currently hasnt got the RWorld registered, register it.
if (!RegeneratorPlugin.loadedWorlds.contains(RWorld)) RegeneratorPlugin.loadedWorlds.add(RWorld);
RChunk RChunk = new RChunk(plugin, event.getWorld().getSpawnLocation().getBlockX(), event.getWorld().getSpawnLocation().getBlockX(), event.getWorld().getName());
RChunk RChunk = new RChunk(RegeneratorPlugin, event.getWorld().getSpawnLocation().getBlockX(), event.getWorld().getSpawnLocation().getBlockX(), event.getWorld().getName());
RegeneratorPlugin.utils.throwMessage("info", "Loaded World : " + event.getWorld().getName());
}

Expand Down
2 changes: 1 addition & 1 deletion global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
############################################################################################################################
---

configVersion: 3.1.9
configVersion: 3.2.0
noGriefRun: false
minTpsRegen: 15
defaultAutoRegen: false
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Regenerator
main: com.draksterau.Regenerator.RegeneratorPlugin
version: 3.1.9
version: 3.2.0
softdepend: [ Factions, GriefPrevention, WorldGuard, RedProtect, Landlord, Towny ]
description: Regenerator is a perpetual world plugin that supports many grief prevention plugins.
author: Bysokar
Expand Down

0 comments on commit c0100ec

Please sign in to comment.