summaryrefslogtreecommitdiff
path: root/chatgroups.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-05-17 01:17:05 +0200
committerjomo <github@jomo.tv>2014-05-17 01:17:05 +0200
commita9a540a73e9746b553eb245f1908d6c674a77630 (patch)
tree972e8bdc790f832a82846b7785761d201a101847 /chatgroups.py
parent97e5e2641ca245bc58adafddd01db9eb51b59ce3 (diff)
fix path
Diffstat (limited to 'chatgroups.py')
-rwxr-xr-xchatgroups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chatgroups.py b/chatgroups.py
index 5412b55..dd8a30d 100755
--- a/chatgroups.py
+++ b/chatgroups.py
@@ -2,7 +2,7 @@ from helpers import *
import simplejson as json
import org.bukkit as bukkit
-chatgroups_filename = "plugins/RedstonerUtils.py.dir/files/chatgroups.json"
+chatgroups_filename = "plugins/redstoner-utils.py.dir/files/chatgroups.json"
groups = {}
cg_key = "."
cg_toggle_list = []