Skip to content

Commit

Permalink
Renamed back to PortalStick as bukkitdev staff seems to be nice. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
V10lator committed Nov 21, 2012
1 parent caaf47c commit d2f2b7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PortalStick2</name>
<name>PortalStick</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion src/com/matejdro/bukkit/portalstick/util/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void load() {
plugin.getLogger().info(plugin.regionManager.regions.size() + " region(s) loaded");

//Load grills
for (String grill : (grillConfig.getStringList("grills")).toArray(new String[0]))
for (String grill : (grillConfig.getStringList("grills")))
plugin.grillManager.loadGrill(grill);
plugin.getLogger().info(plugin.grillManager.grills.size() + " grill(s) loaded");
//Load bridges
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PortalStick2
name: PortalStick
main: com.matejdro.bukkit.portalstick.PortalStick
version: 1.0-beta1
version: 4.0-beta1
authors: [matejdro, oliverw92, V10lator]
depend: [BKCommonLib]
softdepend: [WorldGuard]
Expand Down

0 comments on commit d2f2b7c

Please sign in to comment.