Skip to content

Commit

Permalink
Updated RedProtect support to 6.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
DraksterAU authored Jun 21, 2016
1 parent 289de24 commit f9aff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/draksterau/Regenerator/Handlers/RUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public void initAvailableIntegrations() {
plugin.availableIntergrations.add(WorldGuard);
List<String> RedProtect = new ArrayList<String>();
RedProtect.add("RedProtect");
RedProtect.add("6.5");
RedProtect.add("6.6");
RedProtect.add("RedProtectIntegration");
plugin.availableIntergrations.add(RedProtect);
List<String> Factions = new ArrayList<String>();
Expand Down

0 comments on commit f9aff33

Please sign in to comment.